Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
49 views

Data Protection error on Azure App Service (2 instances): “The key {xxxxxxxxxxx} was not found in the key ring” I’m seeing a lot of exceptions in Application Insights: The key {xxxxxxxxxxx} was not ...
TIENTB's user avatar
  • 1
0 votes
1 answer
210 views

So I'm thinking of utilizing mTLS authentication for a public client (mobile app), and need to clarify a few things. As I understand, the flow could be something like follows: the client (app) ...
danijels's user avatar
  • 5,321
0 votes
1 answer
134 views

I am using Duende Identity server and trying to use a certificate with a ECDSA keys to sign the tokens. (I have it working as expected with the current RSA/RS256 keys). I am adding the certificate to ...
gopueurclr's user avatar
0 votes
1 answer
103 views

I would like to setup authentication and authorization for my project, I have a little experience with identity server as most of my clients use it but since it mostly is setup, I don't have ...
technologyresearcher's user avatar
0 votes
1 answer
159 views

I have implemented Duende BFF auth in .net already. But I wonder how I can achieve the same using node.js. I have a login site which uses Duende to recieve a cookie for all same-site domains, but my ...
Erlend Betting's user avatar
0 votes
1 answer
128 views

Currently I'm configuring Duende IdentityServer. I've multiple clients (example mobileAppCustomer, mobileAppBusiness) I got it working, that I add a role claim to the User accesstoken. What I want to ...
Tobi's user avatar
  • 1,438
0 votes
2 answers
85 views

I have a strange issue with tokens issued by my local development IdentityServer (happens both with IdentityServer4 and with Duende IdentityServer). The IdentityServer on my local dev machine is ...
Mathieu's user avatar
  • 661
1 vote
0 answers
142 views

Currently i'm setting up a project with an api and multiple clients that will connnect to this api (angular and .net maui). I want to use Duende identityserver for the authentication and autorization ...
Thimo Luijsterburg's user avatar
0 votes
1 answer
249 views

My thought process was: Create the RSA key in Azure Key Vault --> Keys Retrieve the key using KeyClient Pass the key to AddSigningCredential Here is the C# code string keyVaultUrl = Configuration....
Andrew Duffy's user avatar
1 vote
1 answer
724 views

I am maintaining an ASP.NET Core Web API project, which uses Duende Identity Server with Jwt bearer tokens, and role-based access to endpoints. After moving the project to .NET 8 (upgrading the ...
Logopolitan's user avatar
0 votes
1 answer
268 views

This is the pipeline for my Duende IdentityServer application. It's supposed to build then deploy to an Azure Web App: name: Build and deploy .NET... on: workflow_dispatch env: AZURE_WEBAPP_NAME: ...
Richard77's user avatar
  • 21.9k
0 votes
1 answer
97 views

Using usehttpsredirection user is authenticated properly. But when I comment out the usehttpsredirection and change security policy from CookieSecurePolicy.Always to CookieSecurePolicy.None, I am ...
ramu yepuganti's user avatar
0 votes
1 answer
113 views

I'm facing an issue with Windows Authentication when deploying my Single Sign-On (SSO) application using Duende SSO on IIS. The application is secured using an SSL certificate with the following ...
Mselmi Ali's user avatar
  • 1,305
0 votes
0 answers
162 views

I've set up the following, Duende IdentityServer (IDP) API Blazor Web App (.Net 8) The Web App consists of a Server and Client project. When logging in I get authenticated and able to retrieve data ...
Kman's user avatar
  • 5,071
0 votes
1 answer
245 views

I'm testing Duende Identity Server. I used the sample named 6_JS_with_backend to test Google IDP. The initial sample is working fine. I modified it to replace the in memory data by a database (using ...
CloudAnywhere's user avatar
1 vote
1 answer
144 views

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
1 vote
0 answers
70 views

So far I only saw docs about deploying Duende IDP as a dedicated Application. How can we deploy in an existing Application, so that: ISSUER will be something like https://localhost:5001/idp The UI ...
acmoune's user avatar
  • 3,473
0 votes
1 answer
195 views

I have the following structure: Project A: Duende Identity Server with additional features Project B: Web Client that uses Project A to authenticate Both projects are using: AuthorizeFilter to ...
Erick Asto Oblitas's user avatar
0 votes
1 answer
92 views

When using Duende Identityserver with ASP.NET Identity there are 2 possibilities to add external logins : via ASP .NET Identity via Identityserver (AddOpenIdConnect) What is the difference, what is ...
Christian Riedl's user avatar
1 vote
0 answers
367 views

We have issue in our production environment where user was authenticated as another user who had logged in previously (even if the other user already logged out). We use custom ITicketStore which will ...
user23368336's user avatar
0 votes
0 answers
551 views

I get the error System.InvalidOperationException: OnStarting cannot be set because the response has already started. when calling GetAuthorizationContextAsync(String returnUrl) which is part of Duende....
Fohristiwhirl's user avatar
0 votes
1 answer
469 views

I am currently trying to develop an authentication system to log in a user and give permission to access an API. The API only has a controller that returns all the claims the user has: [Route("...
Vil's user avatar
  • 3
0 votes
0 answers
496 views

I have two asp web api, one for identity server and second for just web api. They are supposed to be run on docker containers. I generated a self-signed certificate for SSL https connections between ...
west's user avatar
  • 384
0 votes
1 answer
376 views

I'm upgrading from identity server 4 to duende identity server 6. When running locally I can reference a key up on Azure Key Vault no problems via "DefaultAzureCredential" and it sets it ...
Andrew Duffy's user avatar
0 votes
0 answers
368 views

I'm implementing authentication using Duende Identity Server based on CODE grant type. I need Identity Server to issue tokens for my React Client App, I added react-oidc-context to the Client App as ...
Johny's user avatar
  • 1