Skip to main content

All Questions

0 votes
1 answer
58 views

How can run the IdentityServer for Macos?

I am developing a project, it is requested to use IdentityServer4. I install the project but I can't run it because it doesn't support .net 3.1 on Macos operating system. I did some research, I found ...
levent41's user avatar
0 votes
1 answer
259 views

How can I use IdentityServer AND a completely separate .NET 6+ JWT authentication system side by side with a view to phasing out IdentityServer?

My Mobile API is currently using IdentityServer and for various reasons I need to replace it with something far simpler such as JWTs. I have a service with some very basic JWT issuing and validating ...
Chris Gilbert's user avatar
0 votes
0 answers
78 views

ASP.NET Core IdentityServer4 in Production **Workflow**

I'm new to IdentityServer4(just implemented on development environment) and I'm a little bit lost with all the configuration required for a real world/production deployment So far, I have made my own ...
Matheus Rodrigues's user avatar
3 votes
2 answers
2k views

Role Claim not working in ASP.NET Core 8 Web API after upgrading to .NET 8

I have a .NET 7 ASP.NET Core 7.0 Web API project which uses .NET 7 ASP.NET Core 7.0 IdentityServer4 Project. Everything is working fine. Here is my code setup: IdentityServer4: In my ProfileService in ...
fingers10's user avatar
  • 7,649
0 votes
0 answers
119 views

Apple sign in with identity server 4 asp.net callback returns error 302 not found

I am implementing apple sign in with my identity server 4 in asp.net 6, the flow works and I get id token from apple with the user information, when it makes a post request to the callback path in my ...
Omar A. Lebda's user avatar
1 vote
0 answers
117 views

How to use Identity Server 4 for authentication and authorization in a .NET microservices project?

I am building a microservice project that includes only the backend part and I am going to prepare apis for the front-end team. The project includes several systems, and our goal is to authenticate ...
mehdi's user avatar
  • 25
2 votes
1 answer
3k views

ASP.NET Core authentication/authorization with external OpenID Connect provider

I'm learning authentication/authorization in ASP.NET Core and got confused by which components I should use in my scenario: I have an SPA frontend and an ASP.NET Core API backend. I'm using a third-...
Zizheng Tai's user avatar
  • 6,470
6 votes
3 answers
5k views

How to use ASP.NET Core Identity without IdentityServer4?

We are starting a new web application that will be hosted in our customers infrastructure. Since this is a solution that will be here for a while and serve as a base for a lot of future products, we ...
J4N's user avatar
  • 20.3k
0 votes
1 answer
36 views

Preventing group of users from accessing rest of clients in IdentityServer

I am developing ASP.Net Core App with Backend For Frontend pattern using Ocelot. For now there will be a single API service but in the future I might migrate to microservices. Let's say it will be an ...
Dawid's user avatar
  • 87
2 votes
1 answer
1k views

How can i have customized SPA login page in Identity Server (duende identityserver)

I'm looking for a way to have a customized SPA (react/angular) login page beside of my Duende Identity Server API (developed in ASP.NET 6.0) I googled it all day and just i found this article: https://...
user avatar
2 votes
0 answers
737 views

Skoruba IdentityServer4 admin Simple Project

I want to add an MVC project to the Skoruba template as a new client. In the Sturtup settings of the Mvc project, I did the following: sdfsdfpublic void ConfigureServices(IServiceCollection services) ...
Akbar Parhizkari's user avatar
1 vote
1 answer
1k views

Set request's header on Authorize Attribute of the Controller in Asp.net Core Web API

I want to set the header request before checking the auhorization, but i'm looking for the event to execute the modification. This my Implementation of IAuthorizationFilter : public class ...
Ismail Fedaoui's user avatar
0 votes
0 answers
141 views

Is it possible to customize IdentityUserRole table in asp.net identity server 4?

I need to remove existing Composite primary key(UserId and RoleId) in IdentityUserRole table and add new column 'Id' and also want set that Id column as primary key in asp.net identity server 4?
Shamsudheen's user avatar
0 votes
1 answer
585 views

Identity Server 4 and relative URL

I have an application that includes a reactjs UI, .net core Web API and Identity Server 4 for authorization. The application works fine in my development environment. Now, I am deploying it to staging(...
Nick Mehrdad Babaki's user avatar
0 votes
1 answer
742 views

TokenCreationRequest does not contain a definition for Resources

I had a question for creating token without username and password here how can I get token from token endpoint without username and password in identityserver4? But recently I decided to update my ...
mohsen's user avatar
  • 1,791

15 30 50 per page