Skip to content
This repository has been archived by the owner on Dec 13, 2022. It is now read-only.

Windows authentication loop #4937

Closed
jpboudreauforces opened this issue Oct 1, 2020 · 3 comments
Closed

Windows authentication loop #4937

jpboudreauforces opened this issue Oct 1, 2020 · 3 comments

Comments

@jpboudreauforces
Copy link

The windows authentication does not seems to be working on last 4.x version. It was working before on 3.x.

Issue / Steps to reproduce the problem

Create a new Identity Server with the quickstart UI
dotnet new is4empty -n IdentityServer cd IdentityServer dotnet new is4ui

In the ConfigureService function of startup.cs add
services.Configure<IISServerOptions>(iis => { iis.AuthenticationDisplayName = "Windows"; iis.AutomaticAuthentication = false; });

Publish on IIS (in-process, with anonymous, windows auth enabled, default app pool) and go to a client app or on the quickstart UI to manage grant and log in with Windows as External Provider.
The Authentication window popup and keep popping up in an infinite loop.

Relevant parts of the log file

Nothing is shown in the log.

@leastprivilege
Copy link
Member

Windows authentication is not a feature of IdentityServer, but of ASP.NET Core.

Did you follow the docs?
https://identityserver4.readthedocs.io/en/latest/topics/windows.html

@stale
Copy link

stale bot commented Oct 12, 2020

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.
Questions are community supported only and the authors/maintainers may or may not have time to reply. If you or your company would like commercial support, please see here for more information.

@stale stale bot added the wontfix label Oct 12, 2020
@stale stale bot closed this as completed Oct 17, 2020
@github-actions
Copy link

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 26, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants