Top "Identityserver4" questions

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

Generate access token with IdentityServer4 without password

I have created ASP.NET Core WebApi protected with IdentityServer4 using ROPC flow (using this example: https://github.com/robisim74/…

asp.net-core identityserver4
implementing roles in identity server 4 with asp.net identity

I am working on an asp.net MVC application with identity server 4 as token service. I have an api as …

c# asp.net-identity identityserver4 asp.net-core-1.0
AuthorizeRequestValidator: Error: Invalid grant type for client: implicit

I am trying to setting up Identity Server 4 HybridAndClientCredentials on .NET Core 2.0 MVC. I'm struggling with the error: Invalid grant …

c# oauth oauth-2.0 asp.net-core-2.0 identityserver4
How to use 'refresh_token' in IdentityServer 4?

I'm using .net core with IdentityServer 4. I have a Web api, and an MVC app which accesses secure endpoints on …

c# identityserver4
How to correctly use the introspection endpoint with identity server 4?

I'm using Identity Server 4 and I'm trying to use the introspection endpoint, but just by the docs I'm not getting …

asp.net-core .net-core openid-connect identityserver4
IdentityServer 4, OpenIdConnect redirect to external sign-in url

I am trying to build multiple small ASP.Net core Mvc services that connect to a Identity server built using …

asp.net-mvc asp.net-core openid-connect identityserver4
How can I setup SwashBuckle.AspNetCore.Swagger to use Authorization?

I have documented my api using Swashbuckle.AspNetCore.Swagger and I want to test some resources that have Authorize attribute …

c# asp.net-core swagger swagger-ui identityserver4
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
IdentityServer4 Role Based Authorization for Web API with ASP.NET Core Identity

I am using IdentityServer4 with .Net Core 2.1 and Asp.Net Core Identity. I have two projects in my Solution. IdentityServer …

c# asp.net asp.net-core asp.net-identity identityserver4
InvalidOperationException: Key type not specified. Microsoft.AspNetCore.ApiAuthorization.IdentityServer.ConfigureSigningCredentials.LoadKey()

Summary Attempting to publish a basic .NET Core React app with auth functionality I am receiving an error with IdentityServer. …

c# azure .net-core identityserver4