Skip to main content

All Questions

Tagged with
0 votes
0 answers
32 views

Identity Server 4 add saml2 client

We have an identity server 4 as our identity provider. It uses openId and we have all the clients configured using the OpenId protocol. We have a portal that uses one of these clients for ...
Krishna Mistry's user avatar
0 votes
1 answer
307 views

NextJS + NextAuth + IdentityServer4. Not calling /connect/token endpoint

I really don't get what I am doing wrong. Maybe I'm not understanding how it really works.. With NextAuth I'm trying authorize the application with an IdentityServer in Net Core. I successfully show ...
auron344'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
1 vote
1 answer
1k views

How to get the User.Identity information in the Middleware during the /connect/authorize call when the user still has authentication cookies?

I have a problem with my Middleware that the user identity is always empty because the user can access the page with their authentification cookies. This middleware is to check and do the redirection ...
YougyZ's user avatar
  • 529
0 votes
0 answers
122 views

IdentityServer 4, Backchannel-Logout, Reject Logout-Token, Bad Request

Situation: I have my own OpenId based server and several clients. When I log out, I use the backchannel logout to log me out in all clients. The OpenId Specification tells me, that I need to verify ...
MilConDoin's user avatar
3 votes
1 answer
978 views

"Authority mismatch on settings vs. signin state" with OIDC Client when trying to grant access between 2 client Applications

We have two .net core with angular applications where we have used Openid server and client https://localhost:80 : Parent Application https://localhost:85 : Child Application We want to authenticate ...
Dah Sra's user avatar
  • 4,325
0 votes
1 answer
444 views

Remove offline_access scope in identity server 4 we;;-known configuration

I have .NET Core app with IdentityServer 4 in it. I want to hide/remove one entry of "scopes_supported" under .well-known/openid-configuration endpoint. Basically it shows all my custom ...
K V's user avatar
  • 578
0 votes
1 answer
677 views

Identity Server 4 validate own issued JWTs

Ok, user authenticates and client gets the JWT from my IS4 instance. All that works. Now, for reasons I still cry at nights after being tormented by people who authoritatively claim to know OAuth but ...
mmix's user avatar
  • 6,220
0 votes
1 answer
594 views

Single Tenant Application needs to support SSO from a multi-tenant provider dynamically with OpenId Owin

I'm trying to use OpenId to authenticate against a dynamic authority URL. There is an unknown number of different {n-tenant}.identityProvider.com authority URLs. So I need to be able to pass through ...
rottenbanana's user avatar
1 vote
0 answers
157 views

Authenticate users in my django app using an existing ASP.Net IdentityServer login app

I'm trying to authenticate users in my django app using an existing ASP.Net IdentityServer login app. I've seen the documentation has an example for an angular or react(Javascript based app) but not ...
High Roller's user avatar
0 votes
1 answer
2k views

How to get AuthorizationCode for RequestAuthorizationCodeTokenAsync

I am implementing IdentityServer. I need to use RequestAuthorizationCodeTokenAsync to get a token that can be passed to UserInfo endpoint. So I have a code like this: var client = new HttpClient(); ...
Bella Hadida's user avatar
0 votes
2 answers
275 views

Identity Server 4 - Unable to authenticate user

I have the following client: new Client { RequirePkce = false, AllowAccessTokensViaBrowser = true, ClientId = "client_id_mobile", ClientSecrets = { new Secret(&...
Code Ratchet's user avatar
  • 5,919
1 vote
1 answer
399 views

Which token is supposed to be used in IdentityServer after external signin?

When a user signs into my app using an external provider, does he then use the token from that provider to call the app's API or must the app generate its own token?
john doe's user avatar
  • 118
1 vote
2 answers
360 views

Can I have two clients (web app + native mobile app) with one client info in IdentityServer4

I have two client applications : Asp.Net MVC Core web app and an Android native mobile app, and an IdentityServer4 Server as an OpenID Server`. I know that I have to create two client records for both ...
TheMah's user avatar
  • 450
1 vote
1 answer
274 views

Multi-organization solution with identityserver4

I've got following setup: IdentityServer4 using asp.net core identity Accounts app - where user can edit his account data and users can register Portal - where users can login and select an ...
Branislav B.'s user avatar

15 30 50 per page
1
2 3 4 5
10