Skip to main content

Questions tagged [identityserver4]

OpenID Connect Provider and OAuth 2.0 Authorization Server Framework based on ASP.NET Core

identityserver4
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
1 answer
14 views

IdentityServer4 stuck in `signin-oidc` and `authorize` redirect loop

We are moving our legacy system from iis to kubernetes and having problems with identityserver authentication. We have our client-facing app and identityserver in different apps but same domain e.g ...
John's user avatar
  • 430
0 votes
2 answers
42 views

Can you use Identity Server 4 with .NET Framework 4.8?

I have an existing project that was built with .NET Framework which has an output of class library which has Identity Server 3 installed on it. I want to know if its possible to install IDS 4 on the ...
Denzhe's user avatar
  • 9
0 votes
0 answers
10 views

window.addEventListener('load',... does not trigger on Chrome on iOS (iPad)

We are using identity Server 4. We are using .NET Core RazorPages web-applications. They authenticate via openid-connect While authentificating,the client is redirected to a html page with a hidden ...
Hagen Munsch's user avatar
1 vote
0 answers
34 views

expo auth session and redirecting back to my app

I'm building the mobile version for a website, and using the identity server for authentication, I'm using expo-auth-session for handling this but I'm facing a problem redirecting back to my app, is ...
user26220713's user avatar
0 votes
1 answer
40 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
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
47 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
35 views

IdentityServer4 with .Net7.0. API separation in SSO by ApiScope

I have 5 clients of my identity server, I need to separate the authorization of 1 client from the others. After signin to the ClientA, I switch to the ClientB already authorized, help me solve. It is ...
Галымжан Оралбаев's user avatar
0 votes
1 answer
36 views

How can we generate access token based on some Id along with emailaddress and password

Currently I am working on a task where I need to generate access token for a user based on user credentials(emailaddress and password) and some Id (e.g: subscriptionId ). As per my research there is ...
Sachin Gaikwad's user avatar
0 votes
0 answers
38 views

Unable to get user information using useSession hooks

I am using Identity Server as a provider for authentication. I want to get user information on my Next.js pages using the useSession hooks. After a successful login, I am able to get the user details ...
Nishan Dhungana's user avatar
0 votes
1 answer
51 views

Issue with seeding IdentityServer4 data using Entity Framework and SQL Server

I'm currently facing an issue while trying to seed data for IdentityServer4 using Entity Framework Core with SQL Server. I followed the quickstart guide, but I'm encountering problems when seeding ...
ByteNinja's user avatar
0 votes
0 answers
24 views

Why does authorization fail when running through compose?

I'm connecting authorization for the project via Identity Server 4. I have 2 projects, one has an IdentityServer, the second just an api. The fact is that when I launch the api locally, transfer the ...
GgGoodGodGg's user avatar
0 votes
0 answers
21 views

I logged in with Identity Server4 and I change subdomain, I want to stay logged in - .NET Core and Angular

In .NET Core 6 using Identity Server 4 password flow, Angular, I log in successfully using a valid user name and password and store the token to local storage. Now I want to allow logged in user to ...
Adil Gul's user avatar
1 vote
0 answers
66 views

Unable to get user information from Duende Identity server because requirehttps error in my Angular application

For a project I am running an ASP.NET Core 8 Web API server, Duende Identity Server, and the client side is an Angular 17 app. But after the user is authenticated in my Duende Identity server should ...
Scrappy Coco's user avatar

15 30 50 per page
1
2 3 4 5
362