Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
ekm-detexian opened this issue Dec 4, 2023 · 0 comments

Comments

@ekm-detexian
Copy link

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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant