IdentityServer2
IdentityServer2 copied to clipboard
[deprecated] Thinktecture IdentityServer is a light-weight security token service built with .NET 4.5, MVC 4, Web API and WCF.
Hi, I am new to Identity server but I found it quite easy to set up. Our goal is to implement SSO down the line but at the moment we...
In the SignInSessionsManager.cs the cookie containing global sign out endpoints is written (hard coded) as secure. To set up IdSrv v2 for http in dev/test-env's, it would be preferable if...
Hello, I am relatively new to this topic and exploring Thinktecture. So far I am able to configure Thinktecture v2 and integrate it with a MVC application, also I could...
Hi, I have configured IdServer v2 and added 2 mvc applications as relying parties. I was able to achieve single sign on functionality for both web appications. Currently there is...
Hi, Just to give some background, We have Identity and Authorization servers well running in my IIS since last few weeks. Most of the time it works smoothly. Thank you...