Skip to content

Explain how authorization works with Windows Authentication #34468

Open
@tdykstra

Description

@tdykstra

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

Activity

Rick-Anderson

Rick-Anderson commented on Jan 13, 2025

@Rick-Anderson
Contributor

@halter73 do we want to add for Windows auth use

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

and anything else required?

moved this from 🔖 Ready to 🏗 In progress in dotnet/AspNetCore.Docs January 2025 sprinton Jan 13, 2025
removed
reQUESTTriggers an issue to be imported into Quest
on Jan 14, 2025

15 remaining items

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Type

No type

Projects

  • Status

    To do

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    Explain how authorization works with Windows Authentication · Issue #34468 · dotnet/AspNetCore.Docs