Skip to main content

Questions tagged [identityserver4]

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

identityserver4
1 vote
0 answers
30 views

how to disable single signout in identity server4 for Client application?

How to disable single signout using identity server 4 in angular application? Actually my client is working for single signout but i need to stop. what is the process for disable sso.
ramu yepuganti's user avatar
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
0 answers
28 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
137 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
1 vote
0 answers
68 views

Minimizing IdentityServer4 Round Trips in Microservice Architecture with Ocelot

I'm currently working on a microservice architecture project that uses Ocelot for APIGateway, and IdentityServer4 for authentication and authorization. Recently, I transitioned from self-contained ...
Niyozbek Mirzayev's user avatar
0 votes
0 answers
129 views

Problem with SSL Certificate when the .Net App calls itself in the docker container

I have a project that contains both my API with its controllers and everything else, as well as identityserver4 running under the same localhost. Everything works great when I'm not using docker, but ...
Veoxer's user avatar
  • 412
0 votes
0 answers
55 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
43 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
14 views

IdentityServer4 "Unknown location" when redirecting to client

I am using IdentityServer application as an external provider. After redirecting from IdentityServer back to my application I am getting "500 unable to unprotect message state. Unknown location&...
Ivan Trepashka's user avatar
0 votes
0 answers
121 views

IdentityServer 4 - idsrv and idsrv.session cookies blocked on signin-oidc call

I'm working with IDS4 behind a reverse proxy. I find these IdentityServer cookies blocked on the signin-oidc call: Blocked Cookies (https://i.sstatic.net/zimtm.png) The error msg on the cookies is: &...
msdev52's user avatar
0 votes
0 answers
327 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
56 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
1 vote
0 answers
131 views

NullInjectorError: No provider for PublicClientApplication! MSAL

I have an Angular application in which I am trying to manage the login using MSAL. Apparently I'm having a problem and from what I've found online, I'm not providing a provider for ...
katana's user avatar
  • 15
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
227 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

15 30 50 per page