Top "Identityserver3" questions

OpenID Connect Provider and OAuth 2.0 Authorization Server Framework based on Katana.

IDX10803: Unable to create to obtain configuration

My configuration has 3 sites: Identity Server (Idp), Windows Authentication host and my end-user client site. On the client site, I …

openid-connect identityserver3
IdentityServer: The remote certificate is invalid according to the validation procedure

I'm trying to setup SSO using OWin and Thinktecture Identity Server but I am not having any luck getting the …

ssl identityserver3
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
Unable to obtain configuration from well-known/openid-configuration

I am using ASP.NET 5, In my solution I have Web API, Identity Server and Angular 2 project and I am …

angular asp.net-core asp.net-web-api2 asp.net-core-mvc identityserver3
OWIN OpenIdConnect Middleware IDX10311 nonce cannot be validated

I have an application using the OWIN middleware for OpenIdConnect. The startup.cs file uses the standard implementation of app.…

c# owin fiddler identityserver3 openid-connect
How would I generate the Identity Server signing certificate

In the identity server samples we find code like this in Startup.cs var certFile = env.ApplicationBasePath + "\\idsrv3test.pfx"; …

identityserver3 identityserver4
IdentityServer "invalid_client" error always returned

I'm trying to use IdentityServer3, but don't know why I'm getting "invalid_client" error always, always no matter what I …

c# oauth-2.0 postman identityserver3 openid-connect
Identity Server not returning refresh token

I'm trying to set up Thinktecture's Identity Server 3, but I can't seem to get it to return a refresh token …

oauth-2.0 identityserver3
How to add claims to access token get from IdentityServer3 using resource owner flow with javascript client

I use the resource owner flow with IdentityServer3 and send get token request to identity server token endpoint with username …

asp.net-web-api oauth-2.0 openid identityserver3 identityserver2
Enable Oauth2 client credentials flow in Swashbuckle

Im using IdentityServer3 to secure a Web API with the client credentials grant. For documentation Im using Swashbuckle but can't …

oauth-2.0 identityserver3 swashbuckle