MS identity platform cross-links (#23234)

pull/23235/head
Luke Latham 2021-09-08 06:59:09 -05:00 committed by GitHub
parent 323464c2f2
commit 41f813db41
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 2 deletions

View File

@ -539,7 +539,12 @@ The <xref:Microsoft.AspNetCore.Components.Authorization.CascadingAuthenticationS
## Additional resources
* [Microsoft identity platform documentation](/azure/active-directory/develop/)
* Microsoft identity platform documentation
* [Overview](/azure/active-directory/develop/)
* [OAuth 2.0 and OpenID Connect protocols on the Microsoft identity platform](/azure/active-directory/develop/active-directory-v2-protocols)
* [Microsoft identity platform and OAuth 2.0 authorization code flow](/azure/active-directory/develop/v2-oauth2-auth-code-flow)
* [Microsoft identity platform ID tokens](/azure/active-directory/develop/id-tokens)
* [Microsoft identity platform access tokens](/azure/active-directory/develop/access-tokens)
* <xref:security/index>
* <xref:security/authentication/windowsauth>
* [Build a custom version of the Authentication.MSAL JavaScript library](xref:blazor/security/webassembly/additional-scenarios#build-a-custom-version-of-the-authenticationmsal-javascript-library)
@ -1081,7 +1086,12 @@ The <xref:Microsoft.AspNetCore.Components.Authorization.CascadingAuthenticationS
## Additional resources
* [Microsoft identity platform documentation](/azure/active-directory/develop/)
* Microsoft identity platform documentation
* [Overview](/azure/active-directory/develop/)
* [OAuth 2.0 and OpenID Connect protocols on the Microsoft identity platform](/azure/active-directory/develop/active-directory-v2-protocols)
* [Microsoft identity platform and OAuth 2.0 authorization code flow](/azure/active-directory/develop/v2-oauth2-auth-code-flow)
* [Microsoft identity platform ID tokens](/azure/active-directory/develop/id-tokens)
* [Microsoft identity platform access tokens](/azure/active-directory/develop/access-tokens)
* <xref:security/index>
* <xref:security/authentication/windowsauth>
* [Build a custom version of the Authentication.MSAL JavaScript library](xref:blazor/security/webassembly/additional-scenarios#build-a-custom-version-of-the-authenticationmsal-javascript-library)