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

[SDK-2376] Add Organizations support #827

Merged
merged 13 commits into from
Mar 26, 2021
Merged

[SDK-2376] Add Organizations support #827

merged 13 commits into from
Mar 26, 2021

Conversation

evansims
Copy link
Member

@evansims evansims commented Mar 26, 2021

This PR includes changes necessary for the WordPress plugin to support Auth0 Organizations.

  • Adds a configurable 'Organization' option to the plugin's UI within the WordPress Admin Dashboard.
  • Once defined, the Organization Id is passed along to the Universal Login Page.
  • The org_id claim on JWTs is validated against the configured organization.
  • Invitations (?invitation,organization,organization_name query parameters) are automatically detected and handled.
  • Updated README with details about Organizations.
  • Added additional tests covering these changes

@evansims evansims added this to the 4.3.0 milestone Mar 26, 2021
@evansims evansims marked this pull request as ready for review March 26, 2021 07:48
@evansims evansims requested a review from a team as a code owner March 26, 2021 07:48
stevehobbsdev
stevehobbsdev previously approved these changes Mar 26, 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.

🎉

README.md Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
WP_Auth0.php Show resolved Hide resolved
lib/WP_Auth0_LoginManager.php Show resolved Hide resolved
Co-authored-by: Frederik Prijck <frederik.prijck@auth0.com>
@evansims evansims merged commit f69bed6 into master Mar 26, 2021
@evansims evansims deleted the feat-sdk-2376 branch March 26, 2021 12:29
@evansims evansims mentioned this pull request Mar 26, 2021
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 19, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants