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
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
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
Jonathan Daggerhart
f42a587bf0
Merge pull request #145 from TeDo-Verlag/notice-response-sent
...
avoid headers already sent error notice
5 years ago
Jonathan Daggerhart
1c126d11b8
Merge pull request #146 from schamblee/issue-142
...
Allow multiple query params when redirecting back to origin
5 years ago
Stephanie
54d6784d44
Allow multiple query params when redirecting back to origin
5 years ago
Jonathan Daggerhart
4955be3b71
Merge pull request #137 from dfredell/patch-1
...
More logging on incomplete-user-claim
5 years ago
gguseynov
a70fc8fe04
avoid headers already sent error notice
5 years ago
Dan Fredell
8c5b265ca7
More logging on incomplete-user-claim
...
Add logging so the user can more quickly discover which filed is unavailable during formatting.
Helps in debugging #91
5 years ago
Jonathan Daggerhart
191c5659b8
Merge pull request #131 from TeDo-Verlag/fix
...
Action is not running after update_existing_user() call
6 years ago
gguseynov
caf3ea7267
1. run 'openid-connect-generic-update-user-using-current-claim' action
...
if existing user was updated
2. add_user_meta with single=true does not overwrite old value
6 years ago
Jonathan Daggerhart
f3829b48e2
documenting new action on user login
6 years ago
Jonathan Daggerhart
9f02df4cf6
Merge pull request #127 from TeDo-Verlag/redirect
...
added force_redirect parameter and login action
6 years ago
Gassan Gousseinov
96b25f6c90
added force_redirect parameter and login action
6 years ago
Jonathan Daggerhart
acbd46c717
Merge pull request #126 from TeDo-Verlag/fix
...
fix stripos call
6 years ago
Gassan Gousseinov
11e89fd9b2
fix stripos call
6 years ago
Jonathan Daggerhart
42402b69b5
Merge pull request #124 from bookchiq/dev
...
Filter redirect URL before stashing it to a cookie
6 years ago
Sarah Lewis
39ae1f8a8f
Filter redirect URL before stashing it to a cookie
6 years ago
Jonathan Daggerhart
f33225fc2c
Issue #108 : Attempt to fix regression for cookie during auto flow ( #119 )
6 years ago
Jonathan Daggerhart
9a204ebcae
Noting changes and bumping version for next release
6 years ago
Jonathan Daggerhart
6dfb0fafa5
Issue #76 : Avoid double question marks in auth url query string ( #120 )
6 years ago
Raphaël Droz
f263fb4a16
fix #106 , wp-cli bootstrap must not inhibit custom rewrite rules ( #110 )
6 years ago
Thijs Kinkhorst
d45ab06e3d
Fix syntax error in example openid-connect-generic-login-button-text hook ( #113 )
6 years ago
Shane Mulligan
0b51e9c1e5
Change PHP keywords to comply with PSR2 ( #116 )
...
Signed-off-by: CodeLingoBot <bot@codelingo.io>
6 years ago
Slavic Dragovtev
6ecb69f1cb
Allow override of the plugin by posting credentials to wp-login.php ( #118 )
...
* allow overriding the plugin if credentials are POSTed to wp-login.php
* fix indentation to be consistent
6 years ago
Jonathan Daggerhart
a53f753233
Read me table of contents
6 years ago
Jonathan Daggerhart
fd458b623a
Fixing incomplete example
6 years ago
Jonathan Daggerhart
c27e12069a
Minor formatting on readme
6 years ago
Jonathan Daggerhart
eec106b50e
Documenting hooks and other internals for contributors
6 years ago
Jonathan Daggerhart
4d7939e9e5
Bug with some special char in the firstname or lastname
...
Add str_replace because token is encoded in base64 URL (and not just base64).
Solves the problem with some special char
Re: #101
6 years ago
Jonathan Daggerhart
aca202f5ac
Additional readme updates
6 years ago
Jonathan Daggerhart
0a2572e781
Readme and hooks
6 years ago
Jonathan Daggerhart
0d4e4bd006
additional error detection on user_claim
6 years ago
Matt Varblow
6917df262f
Allow identity providers which do not support the userinfo endpoint. ( #100 )
...
* Allow identity providers which do not support the userinfo endpoint.
* Fixed empty check for userinfo endpoint
6 years ago
cswebservice
54f3ff4193
allow developers to use the plain auth url by shortcode ( #98 )
...
* allow developers to use the plain auth url by shortcode
* prevent to set the redirect cookie on every page request by moving the function call to the formular rendering.
6 years ago
Raphaël Droz
87470689db
avoid messing-up with wp-cli ( #96 )
...
When using wp-cli (eg: rewrite/cache flush), init() will run setcookie() which would trigger "headers already sent by". Just disable module when wp-cli is being used.
6 years ago
Jonathan Daggerhart
72305fcc9f
Merge branch 'dev'
7 years ago