Skip to content

Commit 4a9a725

Browse files
authored
Merge pull request #103213 from MohamedFaruk-M/main
update OAuth tech-profile
2 parents 3d6fb82 + 66320da commit 4a9a725

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 @@ For identity providers that support private key JWT authentication, configure th
210210

211211
```xml
212212
<Item Key="AccessTokenEndpoint">https://contoso.com/oauth2/token</Item>
213-
<Item Key="token_endpoint_auth_method">client_secret_basic</Item>
213+
<Item Key="token_endpoint_auth_method">private_key_jwt</Item>
214214
<Item Key="token_signing_algorithm">RS256</Item>
215215
```
216216

0 commit comments

Comments
 (0)