Skip to main content

All Questions

1 vote
0 answers
41 views

ASP.NET Core 5 Identity reset password token is randomly invalid

Using IdentityServer4 + ASP.NET Core Identity with .NET 5. Our password reset endpoint throws errors, however, if I re-send the request a few times (the exact same request), it works again. Here's a ...
Tabris's user avatar
  • 47
0 votes
1 answer
285 views

ASP.NET Core identity Server does not have access to host endpoint from itself

Currently we have a well working SPA on the internet with ASP.NET Core 7.0 and identity server for the backend. But now we are selling it to another organization for their internal use on their Lan. ...
Amirreza's user avatar
  • 644
0 votes
0 answers
68 views

.NET Core application auth with identityserver4

The authentication part was done using Identity Server 4, now I want to change the clientId and clientSecret, and use the new credentials, but in the backend I can't find the client configuration and ...
Alex's user avatar
  • 1
0 votes
0 answers
151 views

Different domain silent renew issue

I have two different clients with diffrent domains. And i have identity server hosting different domains. Like this; client1.com, client2.com (client domains) , auth.client1.com (identity server ...
HasanGundogdu's user avatar
3 votes
1 answer
590 views

IdentityServer4 - Error: Unknown client or not enabled: oauthClient

I've been trying to setup a project with IdentityServer4 for a while. However I'm getting the following error: Sso.Application.CentralHandler: Information: AuthenticationScheme: central was challenged....
Pieterjan's user avatar
  • 3,556
1 vote
1 answer
329 views

IdentityServer4 ADFS External Not Returning Roles

I have created an IdentityServer4 IDP using the standard template for Core Identity. I am looking to have an External provider being out ADFS 2016 Server. I have added this to the AddAuthentication()...
JoeyD's user avatar
  • 723
1 vote
0 answers
648 views

Asp.net core identity custom token provider TokenLifeSpan does not work when hosted in IIS

I have an asp.net core 3.1 MVC project with IdentityServer4.AspNetIdentity 3.1.2. When a user has created, an email with a link including confirming email token is sent using worker service to the ...
Miluka De Silva's user avatar
1 vote
1 answer
640 views

Confirmation email is sent even when RequireConfirmedEmail is set to false in .Net Core Identiy

I am implementing .Net Core Identity in my .net core 5.0 razor page application. I have setup the identity to disable the email confirmation. services.AddDefaultIdentity<ApplicationUser>(options ...
Kishan Vaishnav's user avatar
0 votes
1 answer
946 views

remote certificate is invalid according to the validation procedure (Identity server Hosted in azure)

I tried a lot and now putting it here .. so I have an app service in which API Identity server and UI(Blazor) is hosted in different folders inside the same app service now i generated the rsa signing ...
RAHUL S R's user avatar
  • 1,579
2 votes
0 answers
178 views

IdentityServer4 Pass Data to ProfileService

I have an identity server 4 implementation that allows clients to switch between sites via a website. Each user has a lot of site-specific information I wish to return as claims - using reference ...
user1474992's user avatar
0 votes
0 answers
179 views

Four eye principle using ASP.NET Core Identity

Some of our workflows require a second user to confirm the action by a higher level authority. Is it possible to configure ASP.NET Core Identity in such a way that a second user can authenticate on ...
srole's user avatar
  • 1
0 votes
2 answers
1k views

How to signout from external provider while you are in callback page and the user want to cancel register

How to signout from Saml external provider while you are in callback page and the user want to cancel register Note: the user is not registered yet, he just enter external provider credential and ...
Ahmed Assaf's user avatar
1 vote
0 answers
183 views

Add custom client to Microsoft.AspNetCore.ApiAuthorization.IdentityServer;

I am using the asp.net core SPA template with identity to create a react SPA with a web api backend. Authentication is provided by a wrapper for Identity Server 4 Wrapper. This wrapper provides a ...
J Whitfield's user avatar
3 votes
1 answer
1k views

IdentityServer 4 Authentication Event in Client

I have an IdentityServer 4 server set up as a stand-alone app, using net core 3.1, Entity Framework core against MySql and Net Core Identity as a user store. Separately I have a Razor Pages client app,...
David's user avatar
  • 656
0 votes
1 answer
538 views

Claims on Server and on Client do not match

With IdentityServer 4 v4.0 and Asp.Net Core Identity 3.1 I get the claims after login: sub: 1 http://schemas.microsoft.com/ws/2008/06/identity/claims/role: Admin preferred_username: [email protected] ...
Miguel Moura's user avatar
  • 38.6k

15 30 50 per page
1
2 3 4 5