Skip to content
Snippets Groups Projects
Verified Commit 166efd19 authored by Maarten de Waard's avatar Maarten de Waard :angel:
Browse files

link existing WP users

parent fd8d5580
No related branches found
No related tags found
No related merge requests found
......@@ -32,6 +32,10 @@ data:
endpoint_userinfo: https://sso.${domain}/userinfo
endpoint_token: https://sso.${domain}/oauth2/token
endpoint_end_session: ""
# If a WordPress account already exists with the same identity as a
# newly-authenticated user over OpenID Connect, login as that user
# instead of generating an error.
link_existing_users: "1"
# After our SSO supports it, we should set this as the logout URL
# https://open.greenhost.net/stackspin/single-sign-on/issues/28
# endpoint_end_session: https://sso.${domain}/oauth2/sessions/logout
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment