3,704 questions
0
votes
0
answers
54
views
Keycloak: Set value of well known claims during Keycloak token-exchange V1
We are currently working on a token-exchange scenario using Keycloak token exchange support. We plan to exchange a token issued by a realm named realm_A against a token issued for another realm called ...
1
vote
0
answers
85
views
Error in Google Authentication with OpenID in ITop
I'm trying to implement Login With Google in a hosted ITop instance using the "Authentication with OpenID extension"
I've managed to show the "Login with Google" button by ...
0
votes
0
answers
56
views
.NET 4.6 Owin application gets authenticated, but User.Identity.IsAuthenticated stays false
Last weekend, I deployed an old .NET 4.6 application with OpenId authentication to an IIS server without any problem. Two days later, the problem started that the authentication falls in a loop ...
0
votes
0
answers
29
views
How to be sure to get user's email in userDetails of client principal data?
(This question is related to How can I safely obtain user claims from an Azure Function after authentication?)
I aim to set up Authentication for an Azure Static Web App resource using Okta as an ...
1
vote
1
answer
119
views
How can I safely obtain user claims from an Azure Function after authentication?
In an Azure Static Web App resource, the .auth/me route return a response with clientPrincipal and custom claims as shown in the example below:
{
"clientPrincipal": {
"...
0
votes
1
answer
141
views
wso2 APIM introspect key validation with Keycloak always returns error 900901 invalid credentials
Introspect always returns "900901 invalid credential", please check below error trace and configuration screenshot
APIM admin key manager Configuration
Also please note that it is working ...
0
votes
1
answer
228
views
keycloak jwks_uri inconsistent response
all, thanks in advance for any help. This is a copy of a question I asked at the Keycloak community forum that, unfortunately, got no responses.
Hi, all. Thanks in advance for any help.
I’m setting ...
0
votes
0
answers
44
views
How to securely identify the user linking their account via OAuth state parameter?
I'm implementing account linking with OAuth providers (e.g., Google).
Use case:
User is already logged into my system (e.g., with email/password).
They want to link their account to an OAuth provider....
0
votes
1
answer
161
views
Propagating OIDC third-party authentication failure to client application, in OpenIddict
We’re developing an authentication/identity server, based on .NET/C# & OpenIddict Server. We delegate authentication to a third-party server (using OpenIddict Client), currently just one provider, ...
0
votes
1
answer
61
views
ASP.NET authentication not expiring
I'm having an issue that no amount of googling or AI input is helping me identify where I'm going wrong. I have a sample ASP.NET MVC application that sets up authentication using the following code. ...
0
votes
1
answer
226
views
openiddict - "The signing key associated to the specified token was not found"
I'm using openiddict version 6 (latest version) in dotnet 9. I have a login server that is successfully handling username/password authentication as well as Google and Facebook auth correctly. I'm ...
0
votes
0
answers
22
views
OpenIdConnectAuthentication error - SecurityTokenException: Unable to validate the 'id_token', no suitable ISecurityTokenValidator was found for: ''."
I am using OpenId Auth and I am getting the following error.
Unable to validate the 'id_token', no suitable ISecurityTokenValidator was found for: "."
app.UseOpenIdConnectAuthentication(
new ...
0
votes
1
answer
73
views
Why can't I access to facebook.com/.well-known/oauth/openid/jwks/ from NodeJS server?
In order to validate some JWT from Facebook, I need to access to their public keys.
I'm running this code on my backend, and it returns an HTML with something like a "404 page", but, if I ...
0
votes
1
answer
36
views
Blazor Website (.NET 8, ServerPrerendered) OpenId For Web Pages And JwtBearer For API Endpoints - Doable?
Hoping someone can help me out.
We have a .net 8 blazor web site (ServerPrerendered) with web pages that have to use OpenIdConnectDefaults.AuthenticationScheme so users logged into the company's SSO ...
0
votes
0
answers
137
views
How to Map Roles from OpenID Connect SSO Provider in a Multi-Tenant System?
I have implemented an OpenID Connect (OIDC) Single Sign-On (SSO) system for my platform. Users only need to configure their client ID, client secret, authorization URL, and token URL to enable ...