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

Added support for organizations [SDK-2397] #463

Merged
merged 10 commits into from
Mar 17, 2021
Merged

Conversation

Widcket
Copy link
Contributor

@Widcket Widcket commented Mar 16, 2021

Changes

Accept an invitation to join an organization

Added the .invitationURL() method to the WebAuth builder to allow the user to accept an invitation.

Screen.Recording.2021-03-15.at.23.40.59.mov

Log in to an organization

Added the .organization() method to the WebAuth builder to allow the user to log in to an organization.

Screen.Recording.2021-03-15.at.23.39.28.mov

ID token validation

Added support for validating the org_id claim when the organization parameter was passed to the /authorize call.

Documentation

Added snippets and information to the README about how to accept an invitation and log in to an organization.

Testing

  • This change adds unit test coverage
  • This change has been tested on the latest version of the platform/language or why not

Checklist

@Widcket Widcket requested a review from a team as a code owner March 16, 2021 04:46
@Widcket Widcket added this to the vNext milestone Mar 16, 2021
Copy link

@stevehobbsdev stevehobbsdev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎉 This looks great! Just some minor comments.

README.md Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
Widcket and others added 2 commits March 16, 2021 10:46
Co-authored-by: Steve Hobbs <steve.hobbs@auth0.com>
Copy link

@stevehobbsdev stevehobbsdev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎉

@Widcket Widcket merged commit 56bef85 into master Mar 17, 2021
@Widcket Widcket deleted the feature/organizations branch March 17, 2021 18:01
@Widcket Widcket mentioned this pull request Mar 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants