Skip to content

Conversation

@cs1m0n
Copy link
Owner

@cs1m0n cs1m0n commented Sep 7, 2020

No description provided.

benoit and others added 30 commits October 27, 2019 11:49
… authenticates with a user not map with existing WP user. If tick the user is created. If not tick the authentication failed
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
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.
timnolte and others added 17 commits August 13, 2020 08:50
* 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.
Fixes missing loaded settings property assignment.
@cs1m0n cs1m0n merged commit d33cabd into cs1m0n:dev Sep 7, 2020
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

Successfully merging this pull request may close these issues.

6 participants