Skip to content

Added support for Windows Authentication (Negotiate)#157

Open
ramiabughazaleh wants to merge 1 commit into
nenoNaninu:mainfrom
ramiabughazaleh:security
Open

Added support for Windows Authentication (Negotiate)#157
ramiabughazaleh wants to merge 1 commit into
nenoNaninu:mainfrom
ramiabughazaleh:security

Conversation

@ramiabughazaleh

Copy link
Copy Markdown
Contributor

Fixes #154

@ramiabughazaleh

Copy link
Copy Markdown
Contributor Author

Existing hubs are not affected.
Hubs decorated with [Authorize] will use JWT (Bearer) by default:

image

Hubs decorated with [Authorize(AuthenticationSchemes = NegotiateDefaults.AuthenticationScheme)] will use Windows authentication (Negotiate):

image

@nenoNaninu nenoNaninu added the enhancement New feature or request label Dec 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support using Windows authentication (instead of JWT)

3 participants