forked from oidc-wp/openid-connect-generic
-
Notifications
You must be signed in to change notification settings - Fork 0
Merge with 3.7.1 #1
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
… authenticates with a user not map with existing WP user. If tick the user is created. If not tick the authentication failed
Delete expired transients
RFC 3986 encode parameters in authentication URL
Before: a missing state error could be returned for 3 reasons: a token was not provided, the token provided was invalid, or the token provided had expired. There was no way of knowing which of these was the cause of any single missing state error. Now: if no token is provided, a missing state error is returned, and the "openid-connect-generic-no-state-provided" action is called. If the token provided is invalid, an "Invalid state" error is thrown and the "openid-connect-generic-state-not-found" action is called. If the token provided has expired, an "Invalid state" error is returned and the "openid-connect-generic-state-expired" action is called. This should allow for more granular error logging around state token errors.
This will allow developers to e.g. redirect users to an intermediary page before being taken to the SSO provider.
Allow periods and spaces in usernames
Add filter for login form button URL
Increase granularity of state token errors
Increment username just when link_existing_users is off
Add a setting checkbox defining the behavior of the client if a user…
add Error messages on failed username transliteration/normalization
* Adds support for setting the redirect cookie when shortcodes are used. * Adds support for overriding some attributes for authentication URLs and login buttons when using the shortcodes. * Fixes code formatting.
* Adds a new plugin setting. * Adds a check and doesn't create cookie for refresh token if not enabled. * Fixes code formatting. Fixes #144
Adds Option to Enable/Disable Token Refresh.
* Adds support for setting the redirect cookie when shortcodes are used. * Adds support for overriding some attributes for authentication URLs and login buttons when using the shortcodes. * Fixes code formatting.
…lte/openid-connect-generic into feature/redirect-with-shortcode
Add Redirect & Override Attributes Support to Shortcodes.
Fix Plugin Version in Header
* Adds WordPress coding standards configuration. * Adds WordPress/PHP static analysis configuration. * Adds Git hooks to enforce checks and ensure quality on commits. * Adds initial local Docker development environment setup.
* Ensures PHP Code Sniffs continue to pass. * Fixes all code base issues to pass a level 5 PHP static analysis. * Updates PHPStan configurations to use a level 5 baseline.
…-analysis Feature/coding standards static analysis
* Adds i18n check to Travis CI builds. * Adds additional i18n run scripts to package.json.
* Fixes missing i18n translation in main plugin file. * Adds update POT file. * Enforces i18n checks on commit with GrumPHP. * Adds i18n check step to Travis CI builds.
Feature/localization
Gitattributes for export exclusions
Fixes missing loaded settings property assignment.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.