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

fix userinfo url

parent b71f7190
No related branches found
No related tags found
No related merge requests found
......@@ -27,11 +27,10 @@ openid_connect_settings:
enabled: true
client_secret: {{ wordpress_oauth_client_secret }}
endpoint_login: https://sso.{{ domain }}/oauth2/auth
# Userinfo endpoint does not work, but needs to be provided
# endpoint_userinfo: https://sso.{{ domain }}/oauth2/userinfo
endpoint_userinfo: ""
endpoint_userinfo: https://sso.{{ domain }}/userinfo
endpoint_token: https://sso.{{ domain }}/oauth2/token
endpoint_end_session: https://sso.{{ domain }}/logout
endpoint_end_session: ""
# endpoint_end_session: https://sso.{{ domain }}/oauth2/sessions/logout
no_sslverify: "0"
http_request_timeout: "15"
enable_logging: "1"
......
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