We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80dec49 commit da5ab05Copy full SHA for da5ab05
articles/active-directory-b2c/session-behavior.md
@@ -317,9 +317,9 @@ The following example illustrates the JWT and SAML token issuers with single sig
317
<ClaimsProvider>
318
<DisplayName>Local Account SignIn</DisplayName>
319
<TechnicalProfiles>
320
- <!-- JWT Token Issuer -->
+ <!-- JWT Issuer -->
321
<TechnicalProfile Id="JwtIssuer">
322
- <DisplayName>JWT token Issuer</DisplayName>
+ <DisplayName>JWT Issuer</DisplayName>
323
<Protocol Name="OpenIdConnect" />
324
<OutputTokenFormat>JWT</OutputTokenFormat>
325
...
0 commit comments