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.
2 parents 62211d5 + da5ab05 commit e96bf58Copy full SHA for e96bf58
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