Skip to content

Commit 4bec5bd

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/active-directory-b2c/oauth2-technical-profile.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ Authorization: Basic YWJjZDoxMjM0
210210
redirect_uri=https%3a%2f%2fcontoso.b2clogin.com%2fontoso.onmicrosoft.com%2foauth2%2fauthresp&code=12345&grant_type=authorization_code
211211
```
212212

213-
For identity providers that support private key JWT authentication, configure the `token_endpoint_auth_method` metadata to `private_key_jwt`. With this type of authentication method, the certificate provided to Azure AD B2C is used to generate a signed assertion, which is passed to the identity provider through the `client_assertion` parameter. The `client_assertion_type` set to `urn:ietf:params:oauth:client-assertion-type:jwt-bearer`. The `token_signing_algorithm` metadata specifies the signing algorithm of the JWT token.
213+
For identity providers that support private key JWT authentication, configure the `token_endpoint_auth_method` metadata to `private_key_jwt`. With this type of authentication method, the certificate provided to Azure AD B2C is used to generate a signed assertion, which is passed to the identity provider through the `client_assertion` parameter. The `client_assertion_type` set to `urn:ietf:params:oauth:client-assertion-type:jwt-bearer`. The `token_signing_algorithm` metadata specifies the signing algorithm of the JWT.
214214

215215
```xml
216216
<Item Key="AccessTokenEndpoint">https://contoso.com/oauth2/token</Item>

0 commit comments

Comments
 (0)