Skip to content

Commit 7c08f04

Browse files
authored
Merge pull request #102883 from yoelhor/patch-13
Update relyingparty.md
2 parents 93fc09c + da99ad1 commit 7c08f04

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

articles/active-directory-b2c/relyingparty.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ manager: celestedg
88
ms.service: active-directory
99
ms.workload: identity
1010
ms.topic: reference
11-
ms.date: 01/25/2019
11+
ms.date: 02/02/2020
1212
ms.author: marsma
1313
ms.subservice: B2C
1414
---
@@ -122,6 +122,8 @@ The **SingleSignOn** element contains in the following attribute:
122122
| --------- | -------- | ----------- |
123123
| 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. |
124124
| 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+
125127

126128
## JourneyInsights
127129

@@ -172,12 +174,12 @@ The **TechnicalProfile** contains the following elements:
172174

173175
| Element | Occurrences | Description |
174176
| ------- | ----------- | ----------- |
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. |
177179
| Protocol | 1:1 | The protocol used for the federation. |
178180
| 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. |
181183

182184
The **Protocol** element contains the following attribute:
183185

0 commit comments

Comments
 (0)