Top "Thinktecture-ident-server" questions

Thinktecture IdentityServer is an open source security token service based on Microsoft technologies designed around Claims Based Authentication and Windows Identity Foundation.

Identity Server 4: adding claims to access token

I am using Identity Server 4 and Implicit Flow and want to add some claims to the access token, the new …

c# jwt identityserver4 openid-connect thinktecture-ident-server
IdentityServer Flows

IdentityServer supports different OpenId Connect flows that are defined in the Flows enum and set for clients. There's also samples …

oauth-2.0 openid thinktecture-ident-server openid-connect identityserver3
Add a claim to JWT as an array?

Using thinktecture JWT authentication resource owner flow,i use the claims part of JWT for client consumption. My question is …

claims-based-identity jwt thinktecture-ident-server
Implement identity server authentication in real world scenario

I am investigating how IdentityServer 3 works and I still have problem to fully understand. In general concept is clear to …

c# security authentication asp.net-web-api2 thinktecture-ident-server
Does OpenID Connect support the Resource Owner Password Credentials grant?

I have been using OAuth resource owner credential flow previously for authorization. However I would now like to consider using …

oauth-2.0 openid thinktecture-ident-server openid-connect
How do I enable logging in Thinktecture IdentityServer v3?

How do I enable logging in Thinktecture IdentityServer v3? I'm currently getting a generic error page, saying "There was an …

thinktecture-ident-server identityserver3
IdentityServer 4: No storage mechanism for grants specified - use AddInMemoryStores

I am using Identity Server 4 , ASP.NET Core and trying to replace the IdentityServer developer in Production environment. But getting …

asp.net-core thinktecture-ident-server identityserver4
How to use ThinkTecture IdentityServer 3 in Web Api 2

I have been reading a lot about how to implement a full authentication and authorization system in Asp.Net Web …

security authentication asp.net-web-api2 thinktecture-ident-server thinktecture
Thinktecture IdentityServer v3 and SAML

Does Thinktecture IdentityServer V3 has support for SAML or does it only support OAuth?

saml thinktecture-ident-server
Thinktecture Identity server vs Authorization server

I am researching on this topic last weeks and unfortunately I can't figure out. I understand the difference between authentication …

thinktecture-ident-server