Questions tagged [identityserver5]
13 questions
5
votes
0 answers
Getting "No signing credential is configured by the 'IdentityServer:Key' configuration section." error in ASP.NET Core Web API with IdentityServer
I am working on a backend project that I built using ASP.NET Core 3.1 Web API. All worked fine until I decided to migrate my project to .NET 6, I have updated all libraries accordingly to the new target framework.
Now when running my Web API, the…

karim
- 164
- 7
3
votes
1 answer
Difference between Identity Server 4 and Identity Server 5
I am currently trying to research differences between the IS4 and IS5 but finding it hard to get a solid comparison of the two.
Does anyone have any good reasons why someone should upgrade from 4 to 5, and are there any drawbacks to…

Sparkles SP
- 33
- 1
- 3
1
vote
1 answer
How to issue some user claims depending on the client?
I would like to be able to issue a phone_number claim xor email claim depending on what is required by the client. I use Identity Server 5(Duende) but the answer will be the same for Identity Server 4.
I understand that I can add a claim to identity…

Yoda
- 17,363
- 67
- 204
- 344
1
vote
0 answers
Duende Identity server(v6) to Identity server5
We have our old Identity server5 which is used for our website for Authentication purposes. We are building another Duende Identity server for our new Mobile App(Angular). Can we call our Old Identity server from our new one using PKCE flow?

John
- 21
- 3
1
vote
1 answer
WSO2 - IS - send a custom email template from identity server using a custom event handler
I have tried using an approach as suggested in the below blog
https://is.docs.wso2.com/en/latest/develop/writing-a-custom-event-handler/
I have a requirement to send a custom email template when a user role is changed in the identity server.somehow…

ashwanth kumar
- 11
- 1
0
votes
1 answer
Identity Server 6 : The Problem is How to API Authorize in Asp.net(.Net Framework 4.8)?
I did try this method in API Startup below And Show me the Error When I Call API through the Web MVC Project. The Error is "Response status code does not indicate success: 401 (Unauthorized)."
app.UseJwtBearerAuthentication(new…

Om Makwana
- 1
- 2
0
votes
1 answer
How to add custom claim to a token in Duende under Client Credential flow?
Currently, I'm using a working Client Credential Flow. I'd like to extend the behavior of the IDP and add a claim besides the ones distributed automatically based on the client.
Checking the docs for Client Credential Flow, didn't give me much. What…

Konrad Viltersten
- 36,151
- 76
- 250
- 438
0
votes
1 answer
.NET 6, Identity Server 5, client management
The templates use appsettings.json file to configure the client. The AddClients() method inside AddApiAuthorization() registers an Enumerable.Empty and then goes to add the clients from the appsettings…

Vasu Inukollu
- 120
- 1
- 3
- 10
0
votes
0 answers
ASP.Net Identity Blazor: How to access ClientId and Client's RedirectUris from _Host.cshtml?
I have an external application based on https://github.com/nextauthjs/next-auth-example which successfully redirect to my blazor Identity server. I would like to achieve the following:
(1) If the ClaimsPrincipal is null, that means the user is not…

Kok How Teh
- 3,298
- 6
- 47
- 85
0
votes
1 answer
Duende IdentityServer 6.20 .Net6.0 "AuthenticationScheme: idsrv was not authenticated"
I have a fully functioning Duende IS6 solution, servicing an Angular client. However the Seq log output contains a lot of these entries with each request:
{
"@t": "2023-01-08T19:14:58.3783602Z",
"@mt": "AuthenticationScheme:…

IntoNET
- 456
- 2
- 14
0
votes
1 answer
Identity Server : Unable to retrieve document from/Unable to obtain configuration from {domain}/.well-known/openid-configuration
I have identity server running on my local development machine which is fine, but as soon as i published it on the server (Azure VM) I starting to have some issues.
the issue I am having now is that I am no longer able to redirect the users to the…

Midz Elwekil
- 441
- 4
- 12
0
votes
1 answer
Is it possible to set a boolean-value claims in your Identity Token with Duende Identity Server 5?
I'm trying to set a custom claim with some code for Duende Identity Server 5.2.3.
The claim works / is added, but it's a string and not a boolean.
I've notied -another- claim inthe JWT that is a boolean so I'm wondering, can I do this also?
Here's…
0
votes
1 answer
Retrieving the "sid" claim from the IdP EndSessionEndpoint in IdentityServer 5?
I've got a working IdP using the Duende IdentityServer 5.0.4 middleware.
In a web app, I have a logout link that performs a 302 redirect to the EndSessionEndpoint retrieved through the discovery client.
On the IdP's logout confirmation page, the…

David Montgomery
- 1,618
- 15
- 28