Questions tagged [duende-identity-server]
173 questions
1
vote
1 answer
Duende IdentityServer error: using 2 issuers and invalid token issue
Problem starts by getting many errors like this in my logs:
{
"@mt": "Your license for Duende IdentityServer only permits {issuerLimit} number of issuers.
You have processed requests for {issuerCount}. The issuers used were:…

Milan
- 969
- 2
- 16
- 34
1
vote
1 answer
Duende - BFF Single Sign On
I am trying to implement single sign on using the Duende Backend for Frontend (BFF) Security Framework.
This GitHub repository demonstrates the behaviour I am seeing.
It contains 3 sites:
Blazor WASM (hosted) - using BFF as described in the…

Newm
- 1,313
- 3
- 16
- 29
1
vote
1 answer
Blazor WASM AzureAD IdentityServer results in AADSTS90023: Public clients can't send a client secret
I'm trying to get IdentityServer 6 in Blazor WASM (an Asp.Net hosted solution) to get to work with a Microsoft id but am running into the error message "AADSTS90023: Public clients can't send a client secret". I feel like I've tried every…

TomMhC
- 133
- 6
1
vote
3 answers
Upgrading ASP.NET Core 5.0 IdentityServer4 to 6.0 error - no such table: Keys
After upgrading ASP.NET Core 5.0 with IdentityServer4 to 6.0 error - no such table: Keys
14:50:02.0033786|Failed executing DbCommand (4ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
SELECT "k"."Id", "k"."Algorithm", "k"."Created",…

Boppity Bop
- 9,613
- 13
- 72
- 151
0
votes
0 answers
Blazor authentication not working with open id connect duende SSO
I have 1 blazor client and 1 SSO server that uses duende identity server. Current project version is .Net7.
When accessing blazor's index application link at https://localhost:7244 will automatically redirect the login to my SSO. It works fine. But…

Thanh Nguyen
- 308
- 3
- 12
0
votes
0 answers
Adding Redis Caching on Duende IdentityServer 6
What is the optimized way of caching data using redis in duende identity server 6?
I have already added redis cache on my duende identity server.
Installed Microsoft.Extensions.Caching.StackExchangeRedis package then Added as a service in the…

Kazi Minhaj
- 51
- 1
- 8
0
votes
1 answer
Duende IdentityServer will not listen on port 443 while running as a docker container
Running the application from Visual Studio (debugging as Docker), it reports that it's listening on both port 80 and 443 as expected.
[05:08:57 Information] Microsoft.Hosting.Lifetime
Now listening on: https://[::]:443
[05:08:57 Information]…

Kman
- 4,809
- 7
- 38
- 62
0
votes
0 answers
Using Identity Server for Customized Login Screens with business logic
I’m currently in the process of developing a new application using ASP.NET and React, with plans to host it on Azure. The application’s unique feature involves generating individual login screens based on specific business cases. Each generated link…

rgb
- 1,750
- 1
- 20
- 35
0
votes
0 answers
Why Google Authentication works without client_secrect in duende identity server?
I am trying to create a multitenant authentication service, for doing that I have created few oidc provider. For experiment purpose I added google external authentication service. Interesting part is, google authentication works even if I dont…

Kazi Minhaj
- 51
- 1
- 8
0
votes
0 answers
Passing response_mode to challenge/redirect for external providers
using Duende i have some external providers configured (they actually come from a store). I noticed using Azure Active Directory the code returned through GET is causing a long url causing a 404 error.
I now want to change the response_mode to…

Verthosa
- 1,671
- 1
- 15
- 37
0
votes
0 answers
Identity server connect always returns forbidden
I deployed
Skoruba.Duende.IdentityServer.STS.Identity host on https://sso.cungthugian.com
Skoruba.Duende.IdentityServer.Admin host on https://iadmin.cungthugian.com
on the share host and control by plesk.
I connect from admin site, I always get…

Hoa Tran
- 1
0
votes
0 answers
Not getting roles using a SSO identity framework 6 server
I have been trying to make a login server to use as single sign on server for multiple applications but I can't seem to get roles on my client side of the application. When I check the roles in User.Claims nothing is there and [Authorize(roles =…

Gyliana
- 1
- 1
0
votes
0 answers
SSO with IdentityServer and a legacy ASP.NET Framework 4.6.1 app
We have a .NET Framework 4.6.1 app (not MVC) and want to integrate IdentityServer as an IdP to facilitate SSO with other sites. Say our app is our-app.com and we want to have our users automatically logged in to external-app.com. external-app.com…

jonny808
- 1
- 2
0
votes
0 answers
Serializing the Event property of class XXX : Cannot create an abstract class with Identity Server and MongoDB
I have a property in my MongoDB document which is the base class for the event raised from IdentityServer
public Event Event { get; set; } = null!;
the Event is an abstract class that cannot be instantiated and have some derived types implemented in…

1SaeedSalehi
- 364
- 1
- 8
- 16
0
votes
0 answers
Logout issue in firefox in blazor server app
I experience logout issue in Firefox browser. This is what happens:
Click logout
It logged out because I do not see member menu anymore.
I click on login button. The login button opens the login form in an iframe on the screen.
Rather then seeing…

Mchtbrt
- 3
- 2