Skip to main content

All Questions

0 votes
1 answer
31 views

Error with Identity Server and Client App

I'm following along with the steps described here: https://hts.readthedocs.io/en/latest/quickstarts/3_interactive_login.html and getting the following error in the mvc client: 2024-07-05 14:38:57.607 -...
Matt Perejda's user avatar
1 vote
0 answers
34 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
37 views

Token Request Failing and Returning error invalid grant

These are the IdentityServer logs: 2024-07-04 21:06:57.551 -04:00 [DBG] Start key discovery request 2024-07-04 21:06:57.552 -04:00 [INF] Request finished HTTP/1.1 GET https://localhost:44322/.well-...
Matt Perejda's user avatar
0 votes
0 answers
84 views

Microsoft.AspNetCore.Antiforgery.AntiforgeryValidationException while ASP.NET Core 8.0 MVC app trying to connect with IdentityServer4 App in IIS

We are migrating our projects from .NET 6.0 to .NET 8.0, where I am getting this error. We have one ASP.NET Core MVC application which is trying to connect to the IdentityServer4 application for ...
Naresh Parmar's user avatar
0 votes
0 answers
53 views

InvalidOperationException: No authenticationScheme was specified in ASP.NET Core with IdentityServer4

I'm encountering an InvalidOperationException in my ASP.NET Core application when integrating with IdentityServer4. In local everything works fine but when I replace my old projects (Client + Auth) I ...
MrBigboka's user avatar
  • 439
0 votes
1 answer
54 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
1 vote
0 answers
39 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
0 votes
0 answers
27 views

Using identity server 4 , how can I retrieve connect/token data from the conect/token endpoint from a controller and manually pass that back?

I'm currently working with an Angular SPA app. I'm successfully signing in externally with google, and retrieving the data from the callback from google. From here I: Look up the user If the user ...
Tekonline's user avatar
  • 113
0 votes
1 answer
126 views

Duende Identity Server Internal API Authorization

I am using IdentityServer 7 with Asp.Net Identity in the same application. How can I possibly keep the RazorPages and "cookies" authenitication handler that is registered with the Duende ...
JasperDaDolphin's user avatar
0 votes
0 answers
53 views

Login with twitter using identity server is not working when using openidconnect

I'm attempting to integrate Twitter login functionality into my application using Identity Server. I've utilized AddOpenIdConnect for this purpose. Below is the code snippet I've employed: ...
Hemanth Reddy's user avatar
0 votes
0 answers
42 views

Call Databricks Api from IdentityServer4 client

I am using IdentityServer4 with Microsoft Entra Id as my external login provider. I want to access Databricks api via IdentityServer4. I have registered IdentityServer4 in Entra and configured ...
Hemanath's user avatar
0 votes
0 answers
300 views

Getting "A fatal error occurred while creating a TLS client credential. The internal error state is 10011" running IdentityServer4 in Production mode

My ASP.NET Core 6 Web API uses IdentityServer4 as idp. It works just fine when the idp runs in development mode. When I set the idp to run in Production mode by setting the ASPNETCORE_ENVIRONMENT in ...
Alexu's user avatar
  • 1,145
0 votes
0 answers
55 views

How to override application scopes with rolebased scopes from access token in identity server 4?

1.Trying to implement role-based access control (RBAC) to replace existing scopes with role-based scopes in access tokens. 2.The application currently uses scopes "openid", "...
Gouthami Shivakoti's user avatar
0 votes
0 answers
219 views

Identity server redirection not working after token expired and getting 302 found

We have SPA with the IDS 4 and its does not redirect to the login screen post token expires. Getting below response as blank screen as it does not redirecting to identity server urls. enter image ...
vishal's user avatar
  • 1
0 votes
1 answer
137 views

Identity Server: Refresh Token for the currently Authenticated User

Authentication configuration: services.AddAuthentication(options => { options.DefaultScheme = CookieAuthenticationDefaults.AuthenticationScheme; options.DefaultChallengeScheme = ...
KA-Yasso's user avatar
  • 253

15 30 50 per page
1
2 3 4 5
116