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.
Hei, I have configured IdentityServer2 with SharePoint server 2013. Every thing is working fine except i am not getting "Role" as a claim in SharePoint Server. How can i configure...
I have IdServerv2 setup as a Federation Gateway with Azure AD. The flow is working perfectly between Partner app -> AAD -> MyIdSvrV2 MyApp I can get the logged in...
Hi, I have some problem with /wstrust/mixed/username. We have an ssl bridge in our network, that redirects http requests to https. Is it possible to configure our Identity Server so...
Hi, The project page link in README.MD points to this URL: http://thinktecture.github.com/Thinktecture.IdentityServer.v2/ I believe the correct URL is http://identityserver.github.io/identityserver2 -- although this gives me a 404. It seems that you...
I have the below issue when deploye idsrv2 with wcf as relying party i use the sample that exist on the github but wen i click on tooken link i...
I'm using IdentityServer2 with an MVC application I have the following action: [Authorize] public void SignOut() { var authModule = FederatedAuthentication.WSFederationAuthenticationModule; ``` // clear local cookie authModule.SignOut(); // initiate federated...
We are facing an issue with decoding fedauth cookie. When a user logs into Relyingparty, WS Federation creates a FedAuth cookie and based on the size of the claims the...
Hi, Is Open LDAP supported by this framework, I need to implement SSO for ASP.NET MVC with Open-LDAP will this framework help ?
Hi all, I have not been able to configure a system which will allow me to actively request a security token from thinktecture IdentityServer STS v2 to a MVC RP....
Hello, I am working on implementing a SSO of my RP application (which uses IdentityServer2 as STS) with MicroStrategy (MSTR) web. MSTR web team has to create a custom module...