Skip to content

Commit a58ad12

Browse files
committed
fix links
1 parent 95262c1 commit a58ad12

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

aspnetcore/security/authentication/configure-jwt-bearer-authentication.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ See [OAuth 2.0 Token Exchange](https://datatracker.ietf.org/doc/html/rfc8693)
265265
### Use Microsoft on behalf of flow to request a new delegated access token
266266
This works very well and is super easy to implement when using Microsoft .Identity.Web. It only works with Microsoft Entra ID, Microsoft Entra External ID and Microsoft Azure AD B2C.
267267

268-
See [Microsoft identity platform and OAuth 2.0 On-Behalf-Of flow](https://learn.microsoft.com/en-us/azure/active-directory/develop/v2-oauth2-on-behalf-of-flow)
268+
See [Microsoft identity platform and OAuth 2.0 On-Behalf-Of flow](https://learn.microsoft.com/azure/active-directory/develop/v2-oauth2-on-behalf-of-flow)
269269
270270
### Use the same delegated access token sent to the API
271271
This is easy to implement but the access token has access to both APIs. Yarp reverse proxy can be used to implement this. This is easy to implement.
@@ -335,7 +335,7 @@ Refer to the following document:
335335
336336
[OpenID Connect 1.0](https://openid.net/specs/openid-connect-core-1_0-final.html)
337337
338-
[Microsoft identity platform and OAuth 2.0 On-Behalf-Of flow](https://learn.microsoft.com/en-us/azure/active-directory/develop/v2-oauth2-on-behalf-of-flow)
338+
[Microsoft identity platform and OAuth 2.0 On-Behalf-Of flow](https://learn.microsoft.com/azure/active-directory/develop/v2-oauth2-on-behalf-of-flow)
339339
340340
[OAuth 2.0 Token Exchange](https://datatracker.ietf.org/doc/html/rfc8693)
341341

0 commit comments

Comments
 (0)