You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# You can set this value to use Subject or SAML assertion as info to which email will be compared.
123
123
# If you don't set it then email will be extracted from SAML assertion attributes.
@@ -303,7 +303,7 @@ Logout support is included by immediately terminating the local session and then
303
303
304
304
Logout requests from the IDP are supported by the `idp_sign_out` endpoint. Directing logout requests to `users/saml/idp_sign_out` will log out the respective user by invalidating their current sessions.
305
305
306
-
`saml_session_index_key`must be configured to support this feature.
306
+
To disable this feature, set `saml_session_index_key` to `nil`.
307
307
308
308
## Signing and Encrypting Authentication Requests and Assertions
0 commit comments