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

ASP.NET Core OpenID Connect: Configure OIDC web authentication #33908

Merged
merged 73 commits into from
Nov 18, 2024

Conversation

damienbod
Copy link
Contributor

@damienbod damienbod commented Oct 23, 2024

PR for part 1 of this issue: #33877

fixes #30647

FYI: @blowdart @JeremyLikness @kevinchalet @halter73 @guardrex @mikekistler @jennyf19

@Rick-Anderson A lot of information in this and I left out some bits like how OAuth PAR works, the refresh flow implementation and just linked some of the other docs instead of direct doc.

image is a drawio png.

what do you think?

Greetings Damien


Internal previews

📄 File 🔗 Preview link
aspnetcore/security/authentication/configure-oidc-web-authentication.md aspnetcore/security/authentication/configure-oidc-web-authentication
aspnetcore/toc.yml aspnetcore/toc

@damienbod damienbod changed the title ASP.NET Core OpenID Connect ASP.NET Core OpenID Connect: Configure OIDC web authentication Oct 23, 2024
@damienbod damienbod requested a review from halter73 November 9, 2024 09:10
Copy link
Member

@halter73 halter73 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! This will be really nice to have

@if (Context.User.Identity!.IsAuthenticated)
{
<li class="nav-item">
<a class="nav-link text-dark" asp-area="" asp-page="/Logout">Logout</a>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@blowdart Do we care about protecting logout endpoints with anti-csrf tokens?

Copy link
Member

@halter73 halter73 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@Rick-Anderson Rick-Anderson merged commit b64caf5 into dotnet:main Nov 18, 2024
3 checks passed
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.

New doc: Configure OIDC web authentication
3 participants