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

Explain how authorization works with Windows Authentication #34468

Open
tdykstra opened this issue Jan 11, 2025 · 1 comment
Open

Explain how authorization works with Windows Authentication #34468

tdykstra opened this issue Jan 11, 2025 · 1 comment
Assignees
Labels
aspnet-core/svc doc-enhancement security/subsvc seQUESTered Identifies that an issue has been imported into Quest. Source - Docs.ms Docs Customer feedback via GitHub Issue

Comments

@tdykstra
Copy link
Contributor

tdykstra commented Jan 11, 2025

Description

UUF verbatim

You never explain any of this for Windows Authentication! Where is that info at? And why is this all so ridiculously complicated?

Page URL

https://learn.microsoft.com/en-us/aspnet/core/security/authorization/roles?view=aspnetcore-9.0

Content source URL

https://github.com/dotnet/AspNetCore.Docs/blob/main/aspnetcore/security/authorization/roles.md

Document ID

980a23e7-56e4-da94-a139-cab85135c5f7

Article author

@Rick-Anderson

Metadata

  • ID: b3668fea-5d71-a4fc-96d1-74b53906bf25
  • Service: aspnet-core
  • Sub-service: security

Related Issues


Associated WorkItem - 362800

@Rick-Anderson
Copy link
Contributor

@halter73 do we want to add for Windows auth use

builder.Services.AddAuthentication(NegotiateDefaults.AuthenticationScheme)
    .AddNegotiate();  

and anything else required?

@dotnetrepoman dotnetrepoman bot added the mapQuest clean move label Jan 13, 2025
@Rick-Anderson Rick-Anderson moved this from 🔖 Ready to 🏗 In progress in dotnet/AspNetCore.Docs January 2025 sprint Jan 13, 2025
@dotnet-policy-service dotnet-policy-service bot removed the mapQuest clean move label Jan 13, 2025
@sequestor sequestor bot added seQUESTered Identifies that an issue has been imported into Quest. and removed reQUEST Triggers an issue to be imported into Quest labels Jan 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
aspnet-core/svc doc-enhancement security/subsvc seQUESTered Identifies that an issue has been imported into Quest. Source - Docs.ms Docs Customer feedback via GitHub Issue
Projects
Status: 🏗 In progress
Development

No branches or pull requests

2 participants