Skip to content

Commit 7996ce5

Browse files
authored
Update custom-policy-reference-sso.md
Removing the IncludeSessionIndex metadata
1 parent cd6103a commit 7996ce5

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

articles/active-directory-b2c/custom-policy-reference-sso.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ manager: celestedg
99
ms.service: active-directory
1010
ms.workload: identity
1111
ms.topic: reference
12-
ms.date: 02/27/2020
12+
ms.date: 03/02/2020
1313
ms.author: mimart
1414
ms.subservice: B2C
1515
---
@@ -120,20 +120,19 @@ This provider is used to suppress the "choose identity provider" screen. It is t
120120

121121
### SamlSSOSessionProvider
122122

123-
This provider is used for managing the Azure AD B2C SAML sessions between a relying party application or a federated SAML identity provider. When using the SSO provider for storing a SAML identity provider session, the `IncludeSessionIndex` and `RegisterServiceProviders` must be set to `false`. The following `SM-Saml-idp` technical profile is used by the [SAML technical profile](saml-technical-profile.md).
123+
This provider is used for managing the Azure AD B2C SAML sessions between a relying party application or a federated SAML identity provider. When using the SSO provider for storing a SAML identity provider session, the `RegisterServiceProviders` must be set to `false`. The following `SM-Saml-idp` technical profile is used by the [SAML technical profile](saml-technical-profile.md).
124124

125125
```XML
126126
<TechnicalProfile Id="SM-Saml-idp">
127127
<DisplayName>Session Management Provider</DisplayName>
128128
<Protocol Name="Proprietary" Handler="Web.TPEngine.SSO.SamlSSOSessionProvider, Web.TPEngine, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" />
129129
<Metadata>
130-
<Item Key="IncludeSessionIndex">false</Item>
131130
<Item Key="RegisterServiceProviders">false</Item>
132131
</Metadata>
133132
</TechnicalProfile>
134133
```
135134

136-
When using the provider for storing the B2C SAML session, the `IncludeSessionIndex` and `RegisterServiceProviders` must set to `true`. SAML session logout requires the `SessionIndex` and `NameID` to complete.
135+
When using the provider for storing the B2C SAML session, the `RegisterServiceProviders` must set to `true`. SAML session logout requires the `SessionIndex` and `NameID` to complete.
137136

138137
The following `SM-Saml-idp` technical profile is used by [SAML issuer technical profile](connect-with-saml-service-providers.md)
139138

@@ -147,7 +146,7 @@ The following `SM-Saml-idp` technical profile is used by [SAML issuer technical
147146

148147
| Attribute | Required | Description|
149148
| --- | --- | --- |
150-
| IncludeSessionIndex | No | Indicates to the provider that the session index should be stored. Possible values: `true` (default), or `false`.|
149+
| IncludeSessionIndex | No | Not currently used, can be ignored.|
151150
| RegisterServiceProviders | No | Indicates that the provider should register all SAML service providers that have been issued an assertion. Possible values: `true` (default), or `false`.|
152151

153152

0 commit comments

Comments
 (0)