Questions tagged [duende-identity-server]
173 questions
0
votes
0 answers
redirect_uri match in react and duende identity server, but after login don´t redirect to the redirect_uri
The login is successful on Duende IS page, but doesn't redirect to the callback component. The only one problem that i can see is "Showing login: User is not active" in the Duende IS log, although the User Login is success. In the Login controller…
0
votes
1 answer
Can we support different password hashing algorithm in duende identity server
Currently I'm using Microsoft.AspNetCore.Identity.PasswordHasher for doing the password hash when I add an user to the system and it works well. But in order to change that methodology and use a customized password hashing algorithm what should I do…

shashika nirmani
- 37
- 5
0
votes
0 answers
The Asp Net Core Identity Server 6's Access Token does not work in authorizing the underlying API
I am currently trying to integrate my client and API applications with Duende IdentityServer but I am encountering issues when it comes to authorizing the API.
After I get the access token from the Identity Server and attach it to the HttpClient so…

George Valentin
- 1
- 1
0
votes
1 answer
User sync between Identity Server and Web API
My system looks like this:
I have Identity Server with database to store users, Web API with its database and UE5 client application that runs on android. The task of web api is to save and return game data related to the user (saved progress,…

Роман Пермяков
- 11
- 3
0
votes
0 answers
Adding Authorization Header with Bearer Token in Swagger UI
I'm trying to use Duende Identity Server and ASP.NET Core Web API with swagger. While trying to authorize the API with JWT Bearer Token, I can successfully authorize the API in swagger UI using bearer token (HTTP Security Schema…

Karthik
- 729
- 2
- 10
- 21
0
votes
0 answers
Requested scopes not included in access token
I want a custom scope called avm.read to be inclued in the scopes of the access token when requesting it.
I have an ApiResource called compApi and an ApiResourceScope called avm.read.
I've also added an ApiScope avm.read and added the avm.read to…

xeraphim
- 4,375
- 9
- 54
- 102
0
votes
0 answers
IdentityServer4 / Duende: Send consented scopes in token
I am trying to get the scopes that a user has consented to into the token.
I am requesting the following scopes:
I see them on the consent screen:
But when I decode the token that I receive, only the openid scope is available in the scopes.
What…

xeraphim
- 4,375
- 9
- 54
- 102
0
votes
0 answers
Adding name to identity token instead of access token
Im trying to attach some user data for display purposes to my identity token in duende identityserver but only succeed in attaching it to my access token.
I have setup my identity server with aspnet identity as the provider.
By default my retrieved…
0
votes
1 answer
User Impersonation in Duende IdentityServer
I am aware the user impersonation question has already been asked several times.
Unfortunately, none of the questions I read so far provided a reproducible guideline or overall concept how to do this in a secure way. Since every action needs to be…

Pete
- 265
- 6
- 24
0
votes
1 answer
Is there a way to Get username & id of current user in Remote Bff Api Endpoint
Can someone guide me or put me in the right direction? I'm new with microservices and Identityserver. I googled it but it's mostly about doing in mvc app that's not my scenario.
I have 3 projects in my .sln file
FrontendHost //Bff frontend dotnet…

Osama Mirza
- 63
- 5
0
votes
1 answer
How do you modify the client and api scopes that are predefined in IdentityServer 7 when creating a web app with individual accounts?
I have been stuck on this problem for a few days now. I have a web application being built on .NET Core 7, IdentityServer 7, EntityFramework 7, and Angular 15 and written in C#. The scope in the JWT contains a scope of (MyAppAPI, openid, and…

Ben C
- 3
- 1
- 2
0
votes
1 answer
Can Duende IdentityServer v6 be used in a .Net Framework Application?
We are reviewing our our applications which use IdentityServer now it has rebranded to Duende become a subscription model and have come across a forgotten application which consists of a number of .Net Framework projects, one of which references the…

kevins1966
- 366
- 2
- 4
- 19
0
votes
0 answers
Null Reference Duende Identity Server on Web Assembly publish to Azure
I have a very simple Web Assembly application that is simply testing out publishing to Azure with Duende Identity Server with a SQL Server operational data store. The "functionality" is limited to displaying data from a single table.
This is…

Prv
- 137
- 10
0
votes
1 answer
External Authentication for Kentico 13 not working for OpenId
We are using our own identity server for authentication, so wanted to use the same for Kentico CMS site (Kentico 13, .net core Portal).
All I can see is this link to integrate external authentication…

Deviprasad Das
- 13
- 2
0
votes
1 answer
Crash after upgrading from IdentityServer4 to Dundee 6.2 - Sequence contains more than one element
I'm upgrading an existing project from .Net Core 2.2 & IdentityServer4 2.4 to .Net 7 and Duende 6.2.0. I performed this update incrementally, by upgrading to IdentityServer4 3.0, then 4.0, and running migrations on both PersistedGrantDbContext and…

Dan Beaulieu
- 19,406
- 19
- 101
- 135