Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MS identity platform cross-links #23234

Merged
merged 1 commit into from
Sep 8, 2021
Merged

Conversation

guardrex
Copy link
Collaborator

@guardrex guardrex commented Sep 8, 2021

Fixes #19807

Looking the issue over (and I'll consider this further on upcoming UE "user experience" updates on #19286), I'd like to improve cross-links to MS identity platform docs for the basics on OAuth 2.0, OIDC, auth code flow, and tokens.

doc about the mapping between the registered default schemas and extension methods like AddAzureADBearer and AddAzureAD

API docs cover these, and the extension methods can be found in reference source. Some of the differences are point-in-time ... ADAL to MSAL and implicit grant to auth code. We try to avoid covering migration in the reference docs. Transitions are covered by MS security docs.

JwtBearerOptions, OpenIdConnectOptions and CookiePolicyOptions. It would be also appreciated that those connections would be illustrated

These are documented in the ASP.NET Core security docs and API docs. If something (or some things) aren't clear or missing, it's best to open an issue from the relevant docs. I will take a fresh look at Blazor security docs on the UE passes, hopefully in the first half of 2022.

@guardrex guardrex merged commit 41f813d into main Sep 8, 2021
@guardrex guardrex deleted the guardrex/blazor-identity-xlinks branch September 8, 2021 11:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Explain schemes in Blazor WASM security
1 participant