Skip to content

OrganizationResponse has list[IdentityProvidersResponse instead of list[IdentityProviderResponse] #13

@ekm-detexian

Description

@ekm-detexian

When using the organisations list method, the Identity Providers List is not parsed properly.

This does not occur if the decoded json is fed to init of OrganizationResponse object as kwargs parameters.

The bug is caused by the type information for the field "identity_providers" in OrganizationResponse being listed as list[IdentityProvidersResponse], where it should be list[IdentityProviderResponse] (note the extra 's' after Provider).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions