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)
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
MSAL AcquireTokenByAuthorizationCode in a web farm
I am using ASP.NET 4.8, implementing OpenID auth against Azure AD, and consecutive provisioning of access to Power BI APIs. The scenario is described here. What I don't understand is how this works in...
user1044169
Votes: 0
Answers: 1