auth0 / auth0-oidc-client-net

OIDC Client for .NET Desktop and Mobile applications
https://auth0.github.io/auth0-oidc-client-net/
Apache License 2.0
86 stars 49 forks source link

[SDK-2399] Add support for Organizations #185

Closed frederikprijck closed 3 years ago

frederikprijck commented 3 years ago

This PR adds support for Organizations as well as User Invitation (even tho limited because of the nature of how User Invitations works currently and how that makes integrating it in Mobile and Desktop applications troublesome)

frederikprijck commented 3 years ago

Added some tests @stevehobbsdev .

stevehobbsdev commented 3 years ago

Thanks @frederikprijck! What about the case for when the requested Org ID doesn't match the one present in the ID token? We cover it in the implementation, just not in the test.

frederikprijck commented 3 years ago

@stevehobbsdev Good call, updated.