Skip to content

Why there's no Authentication.Windows package? #5959

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

Closed
John0King opened this issue Dec 19, 2018 · 3 comments
Closed

Why there's no Authentication.Windows package? #5959

John0King opened this issue Dec 19, 2018 · 3 comments
Labels
area-auth Includes: Authn, Authz, OAuth, OIDC, Bearer

Comments

@John0King
Copy link
Contributor

There's a Microsoft.Windows.Compatibility nuget package now, Can we build a asp.net core native Microsoft.AspNetCore.Authentication.Windows now ? or that's some thing must impelement in the Server (eg.IIS,Kestrel,HttpSys) ?

@Eilon Eilon added the area-auth Includes: Authn, Authz, OAuth, OIDC, Bearer label Dec 19, 2018
@Eilon
Copy link
Contributor

Eilon commented Dec 20, 2018

It doesn't exist because currently it's supported only with IIS and HttpSys, where there are options to turn it on. It's not currently supported in Kestrel, but we are tracking that feature request in #4662 .

@Eilon Eilon closed this as completed Dec 20, 2018
@John0King
Copy link
Contributor Author

@Eilon

It's not currently supported in Kestrel

Could you answer my last question : or that's some thing must impelement in the Server (eg.IIS,Kestrel,HttpSys) ?

I see the windows authentication is a module in IIS , Can it just be a authentication MiddleWare in Asp.NetCore when it's possible ?

service.AddAuthentication().AddWindows(WindowsAuthenticationOption);

...

app.UseAuthentication() ;

@Eilon
Copy link
Contributor

Eilon commented Dec 21, 2018

Yes in theory it could be, and that's what the other issue is tracking.

@ghost ghost locked as resolved and limited conversation to collaborators Dec 3, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-auth Includes: Authn, Authz, OAuth, OIDC, Bearer
Projects
None yet
Development

No branches or pull requests

2 participants