Questions tagged [duende-identity-server]

173 questions
0
votes
0 answers

Identityserver4 windows authentication failed on IIS but working in VS

I am trying to implement Identityserver4 (version 4.0.0) with windows authentication. While running on visual studio its working correctly. When I deploy this to IIS windows popup is showing continuously (401 status) after entering credentials.…
0
votes
1 answer

Blazor WASM Hosted with Authentication Breaks when upgrading to .net 6

I have a Blazor WASM Hosted with user Authentication that was running .net5 and I upgraded to .net 6. However, I am now getting a 500 error when trying to click the login button. I took a look at the…
JoeyD
  • 693
  • 4
  • 25
0
votes
1 answer

IIS couldn't find a valid certificate with subject

I deploy the ASP.NET Angular SPA template RC2 app with the Identity Server option on my local IIS server. I get below exception. IIS can't access my local certification info. Application: w3wp.exe CoreCLR Version: 6.0.21.52210 .NET Version:…
Huseyin
  • 23
  • 3
0
votes
0 answers

IdnetityServer - get user info in API protected by JWT

I'm using IdentityServer4 and im trying to figure out how to get current userId (guid) in protected API.. Upfront is BFF which proxy all requests to API. When I look in http context there is no user info available.. and User.isAuthenticated is…
dami
  • 146
  • 1
  • 7
0
votes
2 answers

How State management of claims work in Blazor Server?

I have implemented Identity Server for Auth Code Flow. What is correct way to persist the claims (in OnTicketReceived or OnTicketValidated as shown below), so that in subsequent calls to Blazor pages, I could receive User aka ClaimPrincipal…
Abhijeet
  • 13,562
  • 26
  • 94
  • 175
-1
votes
1 answer

Angular oidc-client and duende IdentityServer - Problem with authorize on client-site, user unauthorized

I'm learning angular and I find a problem that I didn't see anywhere else. To the point, when I'm trying to login to my client angular app with oidc-client via identityserver, It's working great up to a point. I'm redirecting to a identityserver,…
-1
votes
1 answer

Using IdentityServer4/5 without Angular additional libraries

Background I check options to migrate my service authentication system to identityserver4\5. I have two websites: account.company.com company.com My websites are SPA based on .NET core and Angular. Question I saw few demo projects identityserver4…
-2
votes
1 answer

Stream authorized video from azure media service with duende identity server

I have the following constellation: Client: Angular + ngx videogular (I can switch to azure media player) Server: .Net 6 + duende Identity Server for user authentication and authorization (Identity server 4) Client app and the server are published…
1 2 3
11
12