OpenID Connect Provider and OAuth 2.0 Authorization Server Framework based on Katana.
My configuration has 3 sites: Identity Server (Idp), Windows Authentication host and my end-user client site. On the client site, I …
openid-connect identityserver3I'm trying to setup SSO using OWin and Thinktecture Identity Server but I am not having any luck getting the …
ssl identityserver3IdentityServer 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 identityserver3I 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 identityserver3I have an application using the OWIN middleware for OpenIdConnect. The startup.cs file uses the standard implementation of app.…
c# owin fiddler identityserver3 openid-connectIn the identity server samples we find code like this in Startup.cs var certFile = env.ApplicationBasePath + "\\idsrv3test.pfx"; …
identityserver3 identityserver4I'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-connectI'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 identityserver3I 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 identityserver2Im 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