Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
37 views

I'm using Swagger UI to test APIs that require authentication to IdentityServer8 via OAuth 2.0 implicit flow. Is there any way to pass a custom parameter from Swagger UI to IdentityServer8 during ...
EM0's user avatar
  • 6,545
-1 votes
1 answer
82 views

I have a server with multiple docker containers, I'm using nginx as a reverse proxy, and Identity Server 4 for authentication and authorisation. my /.well-known/openid-configuration has endpoints ...
Kamil Kos's user avatar
0 votes
0 answers
27 views

I have a .NET Core site running on Azure which redirects requests to another .NET Core site running Microsoft Identity Server 4. Some of the clients are getting ERR_CONNECTION_REFUSED when they get ...
Angelo's user avatar
  • 107
0 votes
0 answers
56 views

We are using IdentityServer4 (v4.1.2) for OAuth authentication in an older system and need to strictly validate the returnUrl parameter to prevent open redirect vulnerabilities. Our security ...
nop's user avatar
  • 6,617
0 votes
0 answers
54 views

I'm deploying an ASP.NET Core 9 Web API using IdentityServer 4 on AWS Elastic Beanstalk with an Application Load Balancer (ALB) and a valid ACM certificate. What works: SSL certificate is correctly ...
Kamil's user avatar
  • 316
0 votes
0 answers
52 views

Does anyone have a working template? I tried to pin down such a configuration myself, but couldn't. I keep getting an http 401 "unauthorized" error when sending a HTTP request from the ...
Mahatma Gandhi's user avatar
0 votes
0 answers
58 views

I need help making front channel logout work in my application that uses C# + IdentityServer4 + Angular. My client configuration in IdentityServer4: new Client { AccessTokenType = AccessTokenType....
Viktor Bylbas's user avatar
0 votes
0 answers
60 views

command chat bot in ms teams and with sso authentication using Authprompt dialog. Azure AD intra id setup completed with redirect uris https://localhost:44310/signin-oidc https://.ngrok-free.app/auth-...
CuriousBoy's user avatar
0 votes
1 answer
20 views

I have Blazor WASM hosted web application that has been running fine on Digital Ocean linux hosting plan. But today I am getting the following error message when logging in: Anyone knows what it may ...
user3656651's user avatar
0 votes
1 answer
42 views

I need to implement the feature as Users should remain logged in until they choose to log out manually. I had tried this in Program.cs for session: builder.Services.AddSession(options => { ...
Sachin Tripathi's user avatar
0 votes
0 answers
129 views

I am facing a issue when Identity server redirect from https:/sso.com/connect/authorize?.. to https://anotherhost.com/sigin-oidc it is showing CSP error as stated that refused to send form data to ...
gaurav's user avatar
  • 1,337
0 votes
2 answers
376 views

(Originally posted on Duende support forum here but no response so far so thought I'd try stackoverflow.) Issue We host our own IdentityServer instance and all client apps are our own. When a user ...
Rob's user avatar
  • 1,263
0 votes
1 answer
93 views

I stored IdentityServer tables in SQL database. There is a table, PersistedGrants. When the type is "AuthorizationCode", which column that stores the Authorization Code? Is it the key in the ...
user3097695's user avatar
  • 1,294
0 votes
0 answers
48 views

Description of the situation: I have a project with IdentityServer4. When I start everything locally, it works good. The problem arises when I want to start all this in Docker Containers (DB, FrontEnd,...
Andrew's user avatar
  • 23
2 votes
2 answers
564 views

Right now my project is using Identity Server 4 and ASP.net Core, where we do user login using username ad password and we use userManager and siginManager for user login, and all users data is stored ...
JackFrost's user avatar
  • 130
0 votes
1 answer
70 views

I am trying to learn IdentityServer4. I setup one project in identityserver and another project in mvc. the code run as expected in localhost but i got error in docker swarm environment. After ...
Sachin Maharjan's user avatar
1 vote
1 answer
137 views

I'm using Microsoft external authentication in a .NET 5 Razor Pages application, and I'm encountering an issue when the user cancels the consent prompt during authentication. The behavior works as ...
Prakash Rajput's user avatar
0 votes
1 answer
97 views

Using usehttpsredirection user is authenticated properly. But when I comment out the usehttpsredirection and change security policy from CookieSecurePolicy.Always to CookieSecurePolicy.None, I am ...
ramu yepuganti's user avatar
0 votes
1 answer
63 views

IdentityServer 4 documentation says: "To add support for OpenID Connect authentication to the MVC application, you first need... ...then add the following to ConfigureServices in Startup: ...
Magicion's user avatar
2 votes
1 answer
2k views

I have to set AllowOfflineAccess = true to get refresh token public static class Config { public static IEnumerable<Client> Clients => new Client[] { new ...
user25521292's user avatar
0 votes
2 answers
75 views

I set IdentityTokenLifetime (https://github.com/DuendeSoftware/IdentityServer/blob/e9860c6488f90e8fbc11a4452b9dd111dbfae933/src/Storage/Models/Client.cs#L187) to a very small value 60 seconds, but ...
user25521292's user avatar
0 votes
2 answers
130 views

I am working on a project which is based on micro-service architecture and use the identity server 5. I set up JWT authentication using the Identity Server 5 as follows: public static ...
MB_18's user avatar
  • 2,501
1 vote
0 answers
108 views

I have this error in my ASP.NET Core MVC logs: fail: Microsoft.AspNetCore.Authentication.OpenIdConnect.OpenIdConnectHandler[17] Exception occurred while processing message. Microsoft....
Elias Bui's user avatar
0 votes
1 answer
38 views

I have a problem when I use many account in the same instance of browser. In the first connection from my site to the client site, the authorize endpoint is invoking, and I have in the log: "No ...
Joseph Khoury's user avatar
0 votes
0 answers
67 views

I've recently decided to switch from string to GUID as the unique identifier for the IdentityUser. I have successfully applied the migration to the database, but now the UserManager methods don't work ...
qqqqqkks's user avatar
  • 257

1
2 3 4 5
109