Skip to main content

Questions tagged [duende-identity-server]

The tag has no usage guidance.

duende-identity-server
0 votes
0 answers
17 views

How to get user information like email, firstname and lastname using Windows AD and without LDAP server?

Using Windows AD in identity server to authenticate user and in that response we are not getting user information like e-mail, first name, last name. To get the user information, we are using this ...
ramu yepuganti's user avatar
0 votes
0 answers
35 views

Identity Web Application Times Out K8 Cluster

I have the following setup: 6 (tiny) APIs using .NetCore 8 Deployed onto a k8 cluster on Digital Ocean Use Dapr for messaging between the APIs (this creates a sidecar for each API service) There is ...
matt sharp's user avatar
0 votes
0 answers
22 views

Duende Identity Server - Dynamic authentication/providers and multi-tenant application - structure

Briefly about my case: I have an application that can manage group of users (in separate db table). This application uses Duende Identity Server, and Azure/Okta SSO using OpenID. Each group of users ...
AtlasPromotion's user avatar
0 votes
0 answers
20 views

Sustainsys.Saml2 - Federated logout not possible, redirecting to post-logout

Sustainsys.Saml2.AspNetCore2 v 2.9.1 I started from the DuendeDynamicProviders sample found here: https://github.com/Sustainsys/Saml2.Sample I am trying to get single signout working. After calling ...
Kevin Cody's user avatar
0 votes
0 answers
25 views

BFF Implementation: unable to authenticate upon redirection to my React application from asp.net identity server

I am currently trying to create an identity server that only uses external provider (Google) for its authentication, I used React for the login UI that will pop-up once the user logs in and get ...
EngrJames's user avatar
0 votes
0 answers
26 views

Unable to retrieve login page using IdentityServer 7 for an MVC application

I am currently doing a course covering .NET and the MVC architecture. When running the application, the home page for the Identity Server project loads as normal, however it does not load other views ...
UberSoldat's user avatar
0 votes
1 answer
107 views

Authorize in API returning 401 error (invalid token) when using duende identityserver and docker compose

So I'm playing around with docker, .net (8) and angular. I'm currently trying to secure my API by sending a token I obtained from my duende identityserver solution to the API to get data there. ...
John Jameson's user avatar
0 votes
0 answers
44 views

How to extend PersistedGrantDbContext with Custom DB context in Duende Server v7

When building an IDP with Duende Server v7 and .NET 8 I am trying to extend the PersistedGrantDbContext that is baked into the nuget package with a few additionaly DbSet entities custom to my ...
Noah Ginsburg's user avatar
0 votes
0 answers
35 views

Duende Identity Server with Azure Kubernetes Service - State Error

We are trying to integrate Duende IdentityServer 7 in Azure Kubernetes Service and are using Data Protection as per below in ASP.NET private static void RegisterDataProtection(IServiceCollection ...
GeekzSG's user avatar
  • 953
0 votes
0 answers
66 views

Dotnet K8's Deployment - Path no access problems

I am trying to setup a Dotnet deployment for Duende IdentityServer. I fairly new to all this k8's and deployments. So far I have lots of stuff deployed with out needing disk for storage. But this new ...
Kiksen's user avatar
  • 1,709
0 votes
0 answers
67 views

.NET Maui with a YARP BFF

I'm looking to protect tokens issued from my identity provider using the BFF pattern(.with .NET Maui as the client and YARP as the BFF). There doesn't seem to be any guidance out there in terms of ...
Stix's user avatar
  • 214
0 votes
1 answer
58 views

How can run the IdentityServer for Macos?

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
0 votes
1 answer
37 views

Azure WebApp Blazor with IdentityServer4 Couldn't find a valid certificate with subject 'CN=' on the 'CurrentUser\My'

I used self-signed certificate for my IS4. I followed the steps in here. I tried using self-signed certificate and uploading the pfx file. New-SelfSignedCertificate -Subject "CN=certName" -...
Solalem's user avatar
  • 13
0 votes
0 answers
22 views

In Identity Server, How to silently re-sign in an already logged session?

I had a configuration client + handler that worked only with cookies. I have many users already logged with that cookies That configuration didn't emit tokens, then I changed the client + handler to ...
Erick Asto Oblitas's user avatar
1 vote
0 answers
40 views

How to deploy Duende Identity Framework in an existing application

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,331

15 30 50 per page
1
2 3 4 5
14