diff --git a/flux2/apps/wordpress/wordpress-values-configmap.yaml b/flux2/apps/wordpress/wordpress-values-configmap.yaml index 18d1c6591c6c21e5d1cc503038a2583791ea3cc5..e2b92b8149df68b08806c0a6af933cae19b8f544 100644 --- a/flux2/apps/wordpress/wordpress-values-configmap.yaml +++ b/flux2/apps/wordpress/wordpress-values-configmap.yaml @@ -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