Skip to main content

All Questions

0 votes
0 answers
45 views

code is fine versions are latest .Net 8 but my auth project did not validate the token Identity server 4?

Everything is fine in code but not working I used latest version of packages with .NET 8.0 the versions are also same but did not work. I've created two projects Identity Server Game Api I want to ...
n_dev's user avatar
  • 115
0 votes
0 answers
80 views

How can I get the access token from IdentityServer4 for an external login user which does not even have a password?

I am able to call or redirect to IdentityServer endpoint "GoogleLogin" from my SPA using html anchor tag href. And then, I got redirected to Google sign-in screen, on a successful sign-in, ...
Ahasanul Banna's user avatar
0 votes
0 answers
78 views

ASP.NET Core IdentityServer4 in Production **Workflow**

I'm new to IdentityServer4(just implemented on development environment) and I'm a little bit lost with all the configuration required for a real world/production deployment So far, I have made my own ...
Matheus Rodrigues's user avatar
0 votes
1 answer
141 views

connect/authorize/callback not able to authenticate a user for Angular child app from angular Parent APP - IdentityServer4 SSO

we had a working SSO between Parent MVC app and a client Angular app using IdentityServer4. We wanted to migrate the parent MVC app to angular [port : 4200 ] Which I did.The login mechanism works for ...
Roshani's user avatar
0 votes
1 answer
98 views

Access_Tokens and Refresh_Tokens are generated even after expiry in IdentitiyServer4

We have a .NET Core application which uses IdentityServer4 for authentication and authorization. We are using azure active directory as IdentityProvider. We are using Redis for Caching. Access_token ...
Sandeep Manchukonda's user avatar
0 votes
1 answer
28 views

Identity Server 4 ROPC Grant Custom Claims and Refresh Tokens

I'm wondering if anybody can shed some light on how Identity Server 4 handles the Resource Owner Password Credentials (ROPC) grant type. At my company we have our own implementation of Identity Server ...
Logan Cooper's user avatar
0 votes
2 answers
90 views

How to Get Rid of Unwanted Issued Cookie Claims in IdentityServer4

I am using IdentityServer4 with id_token flow. At the moment, I am only storing about 2 custom claims, but my cookie is already nearing size limit 3623/4093 bytes, because apparently IdentityServer4 ...
Emre Bener's user avatar
  • 1,284
0 votes
1 answer
67 views

Client redirect does not work after login due to Bad Request error

I am working on a project that uses login via a IdentityServer 4 authentication server that uses. We have multiple seperately hosted client applications that will access this. We pull in the allowed ...
jcx200's user avatar
  • 164
0 votes
0 answers
39 views

In identity server4 allowing consent page true consent page showing after allowing yes ,it workingbut redirect authorization url gives access denied

In identity server4 allowing consent page true consent page showing after allowing yes ,it workingbut redirect authorization url gives access denied On frontend i am using angular with oidc-client ...
Abdul naveed's user avatar
0 votes
1 answer
40 views

add custom claims to external oAuth provder

Currently we are using an external oAuth provider for authentication and its a SSO so the user can login to our posrtal and other posrtal within the organization with same token. The problem is our ...
Navin's user avatar
  • 724
0 votes
1 answer
469 views

What to put for the scheme in AuthenticationHttpContextExtensions.AuthenticateAsync()

I'm using OIDC with Identity Server 4 which is authenticating with Okta. I'm calling var result = await HttpContext.AuthenticateAsync("Identity.External"); in a callback method. I chose ...
David Klempfner's user avatar
0 votes
0 answers
43 views

When to call TokenValidatedContext.Success()?

I'm using Okta as an external IdP called from Identity Server 4. I'm using the OpenIdConnectEvents and am calling the TokenValidatedContext.Success() method in this event: private Task ...
David Klempfner's user avatar
0 votes
1 answer
225 views

jmeter token request "invalid_grant" wit duende identity server 4

i´m writing an jmeter test and cannot get an successfull token request with jmeter. May someone has an idea whats the mistake? I always get "invalid_grant" after the POST request for an ...
akraemer's user avatar
0 votes
2 answers
469 views

Identity Server 4, getting "invalid_client" error in auth 2.0 (authorization) workflow

I am using Identity server 4, and need to give my users access to other side. I have configured my application in third party site for SSO, so my application is acting as service provider for that ...
Akshit Vaghela's user avatar
0 votes
1 answer
39 views

Authorise APIM via independent Identity Server instance

I have set up an APIM instance as a proxy for a webapi we expose, I want to access the APIM instance via Postman / .NET Client and enforce client_credentials (scope / secret / client_id) as set up by ...
WebInspired's user avatar

15 30 50 per page
1
2 3 4 5
29