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
description: "OAuth2 access token and refresh token can be bound to an external attribute during the token
1915
-
generation so that it can be optionally validated during the API invocation."
1958
+
description: "OAuth2 access token and refresh token can be bound to an external attribute during the token generation so that it can be optionally validated during the API invocation."
1916
1959
default: "None"
1917
1960
example: cookie
1918
1961
revokeTokensWhenIDPSessionTerminated:
1919
1962
type: boolean
1920
-
description: "If enabled, when the IDP session is terminated, all the access tokens bound to the session
1921
-
will get revoked."
1963
+
description: "If enabled, when the IDP session is terminated, all the access tokens bound to the session will get revoked."
1922
1964
validateTokenBinding:
1923
1965
type: boolean
1924
-
description: "If enabled, both access token and the token binding needs to be present for a successful API
1925
-
invocation."
1966
+
description: "If enabled, both access token and the token binding needs to be present for a successful API invocation."
1926
1967
accessTokenAttributes:
1927
1968
type: array
1928
1969
items:
@@ -2045,8 +2086,10 @@ components:
2045
2086
type:
2046
2087
type: string
2047
2088
description: "
2048
-
- DEFAULT type indicates that the application will use the default authentication sequence specified at the tenant level. When the DEFAULT type is used, the information given in the other fields of the AuthenticationSequence will be ignored and overriden with values defined at the tenant level.
2049
-
- USER_DEFINED type indicates that the application will use a user-defined authentication sequence."
2089
+
<ul>
2090
+
<li> <b>DEFAULT</b> type indicates that the application will use the default authentication sequence specified at the organization level. When the DEFAULT type is used, the information given in the other fields of the `AuthenticationSequence` will be ignored and overriden with values defined at the organization level.</li>
2091
+
<li> <b>USER_DEFINED</b> type indicates that the application will use a user-defined authentication sequence.</li>
0 commit comments