206 Commits (4ad4a6a95ba6055f1e2f9dd5239c7a399f3c290e)
 

Author SHA1 Message Date
Tim Nolte 4ad4a6a95b
Merge pull request #209 from timnolte/feature/coding-standards-static-analysis
Feature/coding standards static analysis
4 years ago
Tim Nolte 8b426fe3ae
Fixes Travis CI Configuration for Static Analysis 4 years ago
Tim Nolte 78ede5dffb
Updates Code Base to Pass Level 5 Baseline
* 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.
4 years ago
Tim Nolte cce7195fe1
Fixes all PHP Code Sniffer WordPress Coding Standards Issues. 4 years ago
Tim Nolte e62b31ee87
Near Completion Update of PHP Code Sniffer Compliance Changes. 4 years ago
Tim Nolte 139791a75c
Current state of coding standards and analysis fixes. 4 years ago
Tim Nolte ec2e37ace6
* Merges branch 'dev' into feature/coding-standards-static-analysis 5 years ago
Tim Nolte 79f45e7f89
Initial Coding Standards & Static Analysis Chanages.
* 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.
5 years ago
Tim Nolte b0cfbbe5c2
Fix Plugin Version Number in Header for New Release. 5 years ago
Tim Nolte e91e49fdc9
Merge pull request #202 from daggerhart/timnolte-patch-1
Fix Plugin Version in Header
5 years ago
Tim Nolte 40231daf5a
Fix Plugin Version in Header 5 years ago
Tim Nolte bfa31bf983
Fix GitHub Deployment Action for `main` Branch Deployments. 5 years ago
Tim Nolte 5464276cd4
Prepare version 3.7.0 for release. 5 years ago
Tim Nolte 3e97a145e9
Merge pull request #200 from timnolte/feature/redirect-with-shortcode
Add Redirect & Override Attributes Support to Shortcodes.
5 years ago
Tim Nolte 838912a173
* Merges branch 'feature/redirect-with-shortcode' of github.com:timnolte/openid-connect-generic into feature/redirect-with-shortcode 5 years ago
Tim Nolte 107a066bd5
Add Redirect & Override Attributes Support to Shortcodes.
* 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.
5 years ago
Tim Nolte 42a7163160
Merge pull request #199 from timnolte/feature/disable-refresh-token
Adds Option to Enable/Disable Token Refresh.
5 years ago
Tim Nolte 1c8a9d166c
Adds Option to Enable/Disable Token Refresh.
* Adds a new plugin setting.
* Adds a check and doesn't create cookie for refresh token if not
  enabled.
* Fixes code formatting.

Fixes #144
5 years ago
Tim Nolte 65051b75a8
Add Redirect & Override Attributes Support to Shortcodes.
* 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.
5 years ago
Jonathan Daggerhart 783b2108b2 github workflow for deploying to wp.org 5 years ago
Jonathan Daggerhart bf2e517a89 removing trailing whitespace 5 years ago
Jonathan Daggerhart a0dfa7723d documenting new username normalization 5 years ago
Jonathan Daggerhart 3ff22090dd
Merge pull request #151 from flat235/fix-silent-iconv-failure
add Error messages on failed username transliteration/normalization
5 years ago
Jonathan Daggerhart d91d6d2ea3
Merge branch 'dev' into fix-silent-iconv-failure 5 years ago
Jonathan Daggerhart fb3a9f53c3 updating version and readme for new changes 5 years ago
Jonathan Daggerhart f81dbcc6e5
Merge pull request #148 from benochen/contribution
Add a setting checkbox defining the behavior of the client if a user…
5 years ago
Jonathan Daggerhart 4a84b3c651
Merge pull request #183 from cs1m0n/increment_username_fix
Increment username just when link_existing_users is off
5 years ago
Jonathan Daggerhart d39c0da990
Merge pull request #189 from dxw/feature/actions-for-error-logging
Increase granularity of state token errors
5 years ago
Jonathan Daggerhart dc41454283
Merge pull request #191 from dxw/feature/login-button-url-filter
Add filter for login form button URL
5 years ago
Jonathan Daggerhart cdcb165029
Merge pull request #193 from xRy-42/dev
Allow periods and spaces in usernames
5 years ago
Eersink.Michael d21bc60fbc Allow periods and spaces in usernames
issue #141
5 years ago
Rob Skilling 474f6cb361 Add filter for login form button URL
This will allow developers to e.g. redirect users to an intermediary page before being taken to the SSO provider.
5 years ago
Rob Skilling 836500a495 Increase detail of state token errors
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.
5 years ago
Jonathan Daggerhart 43badcc569
Merge pull request #185 from vibbits/dev
RFC 3986 encode parameters in authentication URL
5 years ago
James Collier 8237aa5b84 RFC 3986 encode parameters in authentication URL 5 years ago
Jonathan Daggerhart 9f8ed8a195
Merge pull request #184 from cs1m0n/delete_expired_transients
Delete expired transients
5 years ago
Simon Costea 0940c8c863 Delete expired transients 5 years ago
Simon Costea 8c82b86f29 Increment username just when link_existing_users is off 5 years ago
Jonathan Daggerhart 9cd4bad7cc
Merge pull request #181 from bgeVam/patch-1
Add note on authentication url shortcode
5 years ago
GeorgB 0c83125c7a
Add note on authentication url shortcode 5 years ago
Jonathan Daggerhart f401b3f53b moving openid-connect-generic-alter-user-claim to top of method 5 years ago
Jonathan Daggerhart d35718dfef documenting new filters before token validation 5 years ago
Jonathan Daggerhart f01a8bf608
Merge pull request #156 from ksimunovic/dev
Add two filters to modify received data before validation
5 years ago
Jonathan Daggerhart ab6fd4d77d
Merge pull request #173 from theseis/dev
Add logger to OpenID_Connect_Generic
5 years ago
SYLVAIN PAILLASSE 11695f56ab Add logger to OpenID_Connect_Generic
(also remove code parameter value in the query stirng url for better reading of the logs)
5 years ago
Jonathan Daggerhart 1147ca2416
Merge pull request #171 from daggerhart/90-state-race
Fix race condition by replacing states option array with individual transients
5 years ago
Jonathan Daggerhart bf514cedef cron job for cleaning up abandoned state transients 5 years ago
Jonathan Daggerhart 96bb449f39 Fix race condition by replacing states option array with individual transients 5 years ago
Karlo Šimunović 47ea6d6ec3 Add two filters to modify received $token_response and $id_token_claim before validation
This is related to daggerhart/openid-connect-generic#155
5 years ago
Moritz Bellach 1f2b3171f0
add Error messages on failed username transliteration/normalization 5 years ago