Last night I started working on a getting started tutorial for IdentityServer v3 – while writing it, it became clear, that a single walkthrough will definitely not be enough to show the various options you have – anyways I started with the canonical “authentication for MVC scenario”, and it is work in progress.
Watch this space:
https://github.com/thinktecture/Thinktecture.IdentityServer.v3/wiki
Dominick, I’ve been looking for some guidance on how to use IdentityServer v3 to implement OAuth2 authentication for a set of Web APIs in other projects, but I don’t seem to be able to hobble it together myself from some of the other samples.
Is there a sample that just covers this, or will your new walkthrough cover it? I tried modifying the existing OpenID Connect walkthrough but I appear to be missing something.
The clients sample in the samples repo should have all you need.
Hi,
is there a way to use Windows Authentication with IdentityServer v3?
I mean that I try to login the current Windows User in UserService.PreAuthenticateAsync() and if that fails show the normal login screen?
I enabled Windows Authentication in the Project Properties but there is no WindowsPrincipal that I could use.
Regards,
Markus
We haven’t tried it yet – but it is on our todo list.
I have been trying to get this working. Is it something supported in IdSvr3 before RC or should I keep trying to come up with my own solution?
get what working?
Is there any news on this? Do you have any hint for me to implement is myself?
still on todo. Our days also have only 24h. RTM was today. Now we have more time for other stuff.
as for a hint – try setting up Windows authentication and see if you can get to the WindowsPrincipal in PreAuthenticateAsync
The WindowsPrincipal in PreAuthenticateAsync is empty with Windows authentication.
Yes – I am working on it but I am also busy with other more important things right now. Best to use the github issue tracker to follow the status.
Any news on this?
https://identityserver.github.io/Documentation/