Top "Identityserver3" questions

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

OWIN middleware for OpenID Connect - Code flow ( Flow type - AuthorizationCode) documentation?

In my implementation I am using OpenID-Connect Server (Identity Server v3+) to authenticate Asp.net MVC 5 app (with AngularJS front-end) …

asp.net-mvc oauth-2.0 owin openid-connect identityserver3
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
How to invoke a NSwag client method that needs bearer token on request header?

I didn't get exactly how NSwag interact with IdentityServerX bearer tokens and adds it request header conventionally? My host api …

.net asp.net-web-api identityserver3 nswag
Identity Server 4 - Getting invalid_client error

I am new to Identity Server. I haven't configured it before. But I need it for a Project I am …

oauth-2.0 openid identityserver3 identityserver4
How to make IdentityServer to add user identity to the access token?

Short: My client retrieves an access token from IdentityServer sample server, and then passes it to my WebApi. In my …

c# asp.net-web-api identityserver4 access-token identityserver3
Understanding Claims

I'm trying to get up to speed with OpenId Connect, OAuth2.0, Security Token Service and Claims. Imagine a scenario with …

oauth-2.0 claims-based-identity openid-connect identityserver3
IdentityServer 3 refresh user with refresh token

We are trying to set up Identity Server 3 in the right way. We got authentication working fine and we manage …

asp.net angularjs identityserver3
Transforming Open Id Connect claims in ASP.Net Core

I'm writing an ASP.Net Core Web Application and using UseOpenIdConnectAuthentication to connect it to IdentityServer3. Emulating their ASP.Net …

c# asp.net-core claims-based-identity identityserver3
Redirect user after authentication with OpenIdConnect in ASP.Net MVC

I am using OpenIdConnect provider with Owin/Katana for authentication in my asp.net mvc application. OpenIdConnect Provide authenticates users …

c# asp.net-mvc-5 owin openid-connect identityserver3
How to get access token from Identity Server by passing username and password?

We are using identity server to generate access token for our web services. We have added swagger also. But the …

.net api automation automated-tests identityserver3