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.
Anyone has ever deployed a clustered installation of IdSrv for high availability ? The server somehow gets very busy (cpu usage) when a lot of users connects to it. Is...
I'm trying to access the service from console client, which is protected by Identity Server2. Every time I'm getting the error: **Authorization for token issuance failed because the user is...
Hello, For some days I try to solve a problem accessing the autorization Server. but every time I get the following error after you enter my username and password: WIF10201:...
We're moving a set of applications to new servers, building the servers from scratch. On the webserver is a .NET application that connects to a separate server with ThinkTecture Identity...
The project "Thinktecture.IdentityModel.45" is not uploaded so the MVC and WCF sample doesn't build.
I am currently looking at the security of one of our applications. Currently, the application is deployed using IdentityServer v2, which we can see is EOL. Whilst we are looking...
When logging into Win10 with a federated AAD account, the client calls up to AAD to get the MEX endpoint URL for the user's domain. Then, the client uses this...
I try use sample WcfIdentity45 > WSTrust > Symmetric from Pluralsight course Identity and Access Control in WCF 4.5. [Course url](https://app.pluralsight.com/library/courses/iac-wcf/table-of-contents). I use IdentityServer v2.5. From client I request for...
In a setup with a PingFederate IdP we're seeing that IdentityServer2 redirects to `/account/signin?ReturnUrl=%2fissue%2fwsfed` after PingFederate posts back the WS-Fed + SAML assertion data to IdentityServer2. I have no idea...
I have an application that uses the Identity Server to authenticate users. This app is build on top of ASP.Net MVC and ASP.Net Web API. Everything works great here. We...