Click here to Skip to main content
15,881,413 members
Everything / Security / Identity Server

Identity Server

identity-server

All Articles

Sort by Score

Identity Server 

15 Nov 2021 by Cristo Ferrao
Hi, I am using asp.net core 5.0.12 with react selected the inbuild authentication for individual everything working login register. I want to add roles for the authentication for register and login form but the design for the UI of login,...
12 Apr 2022 by Rajeev Jayaram
Check if you have added .AddDeveloperSigningCredential() in ConfigureServices. The issue of 'No signing credential' is most likely due to this. Let us know if it worked.
24 Nov 2023 by Trần Toàn from Hanoi
I am encountering difficulties with my Duende Identity Server implementation. The server successfully provides tokens to a WPF Desktop client, but I'm facing issues when trying to obtain an access token from the server using a mobile app. I...
24 Nov 2023 by Graeme_Grant
For Identity, cookies are okay for non-mobile applications. For mobile, you will need to use Bearer tokens.
12 Apr 2022 by Member 359326
I have generated an Angular with .net core 6 from VS2022 template (authentication = individual). I added sql database and compiled it and it works in development. However, it did not work in the IIS mode (production). I ended up to get a...