python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Blazor server side openid signout issue
I am devlopping a web site with Blazor Server Side. I'm using Openiddict for openid authentication. When i make a signout :
await HttpContext.SignOutAsync(CookieAuthenticationDefaults.Auth...

martedam
Votes: 0
Answers: 0
How should automated test for endpoints that need user context be written?
Some of our endpoints that change data need user context. Our API uses OpenIdConnect for authentication. The automated API test suit uses the client credentials flow and hence does not have a user con...

Sibi John
Votes: 0
Answers: 1
Keycloak: Customize well-known OpenID Configuration
After configuring various realms, I'm trying to figure out if it's possible to customize the "/.well-known/openid-configuration" endpoint for each realm.
The goal is to modify fields such as...
HattoriHenzo
Votes: 0
Answers: 0