Skip to content

Commit f43c138

Browse files
committed
Fix typo
JWT token -> JWT
1 parent 80dec49 commit f43c138

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/active-directory-b2c/technicalprofiles.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ A technical profile enables these types of scenarios:
3232
- [Microsoft Entra ID](active-directory-technical-profile.md): Provides support for the Azure AD B2C user management.
3333
- [Microsoft Entra multifactor authentication](multi-factor-auth-technical-profile.md): Provides support for verifying a phone number by using Microsoft Entra multifactor authentication.
3434
- [Claims transformation](claims-transformation-technical-profile.md): Calls output claims transformations to manipulate claims values, validate claims, or set default values for a set of output claims.
35-
- [ID token hint](id-token-hint.md): Validates the `id_token_hint` JWT token signature, the issuer name, and the token audience, and extracts the claim from the inbound token.
36-
- [JWT token issuer](jwt-issuer-technical-profile.md): Emits a JWT token that's returned back to the relying party application.
35+
- [ID token hint](id-token-hint.md): Validates the `id_token_hint` JWT signature, the issuer name, and the token audience, and extracts the claim from the inbound token.
36+
- [JWT issuer](jwt-issuer-technical-profile.md): Emits a JWT that's returned back to the relying party application.
3737
- [OAuth1](oauth1-technical-profile.md): Federation with any OAuth 1.0 protocol identity provider.
3838
- [OAuth2](oauth2-technical-profile.md): Federation with any OAuth 2.0 protocol identity provider.
3939
- [One-time password](one-time-password-technical-profile.md): Provides support for managing the generation and verification of a one-time password.

0 commit comments

Comments
 (0)