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
Copy file name to clipboardExpand all lines: articles/active-directory-b2c/relyingparty.md
+7-5Lines changed: 7 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ manager: celestedg
8
8
ms.service: active-directory
9
9
ms.workload: identity
10
10
ms.topic: reference
11
-
ms.date: 01/25/2019
11
+
ms.date: 02/02/2020
12
12
ms.author: marsma
13
13
ms.subservice: B2C
14
14
---
@@ -122,6 +122,8 @@ The **SingleSignOn** element contains in the following attribute:
122
122
| --------- | -------- | ----------- |
123
123
| Scope | Yes | The scope of the single sign-on behavior. Possible values: `Suppressed`, `Tenant`, `Application`, or `Policy`. The `Suppressed` value indicates that the behavior is suppressed. For example, in the case of a single sign-on session, no session is maintained for the user and the user is always prompted for an identity provider selection. The `TrustFramework` value indicates that the behavior is applied for all policies in the trust framework. For example, a user navigating through two policy journeys for a trust framework is not prompted for an identity provider selection. The `Tenant` value indicates that the behavior is applied to all policies in the tenant. For example, a user navigating through two policy journeys for a tenant is not prompted for an identity provider selection. The `Application` value indicates that the behavior is applied to all policies for the application making the request. For example, a user navigating through two policy journeys for an application is not prompted for an identity provider selection. The `Policy` value indicates that the behavior only applies to a policy. For example, a user navigating through two policy journeys for a trust framework is prompted for an identity provider selection when switching between policies. |
124
124
| KeepAliveInDays | Yes | Controls how long the user remains signed in. Setting the value to 0 turns off KMSI functionality. For more information, see [Keep me signed in](custom-policy-keep-me-signed-in.md). |
125
+
|EnforceIdTokenHintOnLogout| No| Force to pass a previously issued ID token to the logout endpoint as a hint about the end user's current authenticated session with the client. Possible values: `false` (default), or `true`. For more infomation, see [Web sign-in with OpenID Connect](openid-connect.md). |
126
+
125
127
126
128
## JourneyInsights
127
129
@@ -172,12 +174,12 @@ The **TechnicalProfile** contains the following elements:
172
174
173
175
| Element | Occurrences | Description |
174
176
| ------- | ----------- | ----------- |
175
-
| DisplayName |0:1 | The string that contains the name of the technical profile that is displayed to users. |
176
-
| Description | 0:1 | The string that contains the description of the technical profile that is displayed to users. |
177
+
| DisplayName |1:1 | The string that contains the name of the technical profile. |
178
+
| Description | 0:1 | The string that contains the description of the technical profile. |
177
179
| Protocol | 1:1 | The protocol used for the federation. |
178
180
| Metadata | 0:1 | The collection of *Item* of key/value pairs utilized by the protocol for communicating with the endpoint in the course of a transaction to configure interaction between the relying party and other community participants. |
179
-
| OutputClaims |0:1 | A list of claim types that are taken as output in the technical profile. Each of these elements contains reference to a **ClaimType** already defined in the **ClaimsSchema** section or in a policy from which this policy file inherits. |
180
-
| SubjectNamingInfo |0:1 | The subject name used in tokens. |
181
+
| OutputClaims |1:1 | A list of claim types that are taken as output in the technical profile. Each of these elements contains reference to a **ClaimType** already defined in the **ClaimsSchema** section or in a policy from which this policy file inherits. |
182
+
| SubjectNamingInfo |1:1 | The subject name used in tokens. |
181
183
182
184
The **Protocol** element contains the following attribute:
0 commit comments