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
|`sign_requests`, `sign_metadata`|_(optional)_ Default is `true`. |
200
200
|`signed_assertion_in_resp`, `signed_envelopes_in_resp`|_(optional)_ Default is `true`. When `true`, `Samly` expects the requests and responses from IdP to be signed. |
201
201
|`allow_idp_initiated_flow`|_(optional)_ Default is `false`. IDP initiated SSO is allowed only when this is set to `true`. |
202
-
|`allowed_target_urls`|_(optional)_ Default is `[]`. `Samly` uses this **only** when `allow_idp_initiated_flow` parameter is set to `true`. Make sure to set this to one or more exact URLs you want to allow (whitelist). The URL to redirect the user after completing the SSO flow is sent from IDP in auth response as `relay_state`. This `relay_state` target URL is matched against this URL list. Set the value to `nil` if you do not want this whitelist capability. |
203
-
|`nameid_format`|_(optional)_ When this is specified, `Samly`will put the value in the `Format` attribute of the `NameIDPolicy` element of the login request. Value may be a string, a character list, or one of the following atoms: `:email`, `:x509`, `:windows`, `:krb`, `:persistent`, `:transient`. |
202
+
|`allowed_target_urls`|_(optional)_ Default is `[]`. `Samly` uses this **only** when `allow_idp_initiated_flow` parameter is set to `true`. Make sure to set this to one or more exact URLs you want to allow (whitelist). The URL to redirect the user after completing the SSO flow is sent from IDP in auth response as `relay_state`. This `relay_state` target URL is matched against this URL list. Set the value to `nil` if you do not want this whitelist capability. |
203
+
|`nameid_format`|_(optional)_ When specified, `Samly`includes the value as the `NameIDPolicy` element's `Format` attribute in the login request. Value must either be a stringor one of the following atoms: `:email`, `:x509`, `:windows`, `:krb`, `:persistent`, `:transient`. Use the string value when you need to specify a non-standard/custom nameid format supported by your IdP.|
0 commit comments