1,126 questions with no answers
0
votes
0
answers
30
views
Injected `JsonWebToken` Is Null When Using Both OIDC and JWT Authentication Mechanisms in Quarkus
I'm working on a Quarkus 3.24 application that supports two types of authentication:
Users authenticated via OIDC (Keycloak), using the standard authorization code flow.
Clients (agents or devices) ...
1
vote
0
answers
30
views
Cookie / OIDC authentication enters into an infinite redirect loop
I have a Blazor server-side app (.NET 8) that connects to an external IdP. Most of the times it works fine. However, once in a while the app enters into an infinite redirect loop when the user logs in....
-3
votes
0
answers
104
views
Keycloak 26.2.5 with JWE: PublicKey wasn't found in the storage. Requested kid: 'null'
How can I correctly configure a client in keycloak in order to use encrypted JWE token during the oidc authentication with the algorithm RSA-AOEP / A256GCM?
In Keycloak v26.2.5, I configured a custom ...
0
votes
0
answers
212
views
sAMAccountName is not included in the access token in SSO with OIDC of AzureEntraID and AWS ALB
I created an SSO environment using OIDC using Azure EntraID and AWS ALB.
Even though groups(sAMAccountName) is included in the token configuration on the EntraID side,
When I look at the access to the ...
0
votes
0
answers
24
views
"oidc_callback wants to open an external app" popup in Microsoft Edge
We're building a mobile app using React Native with Expo, and using Ping Identity for authentication.
We're encountering an issue specifically when logging in via the Microsoft Edge browser. After ...
0
votes
0
answers
24
views
ADFS not responding to OIDC Connect Token request in the SSO chain
I'm trying to configure an SSO ADFS (2022) Application Group for a web UI for OpCon from SMA Technologies that doesn't have explicit documentation for ADFS, but it has an "Other" provider ...
0
votes
0
answers
12
views
Integrating Zitadel into Openstack using Keystone OIDC
I am trying to integrate Zitadel into OpenStack,
There's following the OpenStack documentation I ended up with the following process
Install mod_auth_openidc and Apache Headers Module
sudo apt-get ...
0
votes
0
answers
32
views
Vault OIDC token TTL doesn't follow Keycloak session duration
I'm integrating Vault with Keycloak using OIDC auth method. The login flow works correctly, and Keycloak sessions are created as expected. However, Vault issues tokens with its own TTL and does not ...
0
votes
0
answers
150
views
ID.me Firebase OIDC auth failing
What I've tried
protected async onOAuthProviderClick() {
const provider = new OAuthProvider('oidc.idme');
provider.addScope('openid');
try {
await signInWithRedirect(getAuth(), ...
0
votes
0
answers
30
views
Authenticating a user in Swoogo who is signed in to our site via Entra SSO
We have a site that authenticates some users from a particular company with Entra SSO - OIDC.
The site then passes the user to Swoogo, ideally that company could add Swoogo as an app on Entra and we ...
0
votes
0
answers
58
views
CookieAuthentication keeps recreating the cookie and authentication ticket
I have a Blazor server app that uses Cookies as the default scheme and OpenIdConnect as the challenge scheme. The app also uses a SQL Server distributed cache for the ITicketStore implementation. The ...
0
votes
0
answers
68
views
Error building ARM Config: Authenticating using the Azure CLI is only supported as a User (not a Service Principal). - GitHub Action and Azure
Trying to use Azure Storage account as a backend and getting this error during the terraform init initialization. I am using OIDC method to authentication and all the configuration within Azure has ...
1
vote
0
answers
67
views
phpMyAdmin OIDC Authentication with OAuth2-Proxy causing redirect loop between login and SignonURL page
I'm currently running phpMyAdmin and OAuth2-Proxy in my kubernetes cluster. OIDC authentication is working just fine, I've verified that PMA_USERNAME is being set properly, and I'm being authenticated ...
0
votes
0
answers
23
views
CAS Apereo Generic OIDC with dynamic query params
I am using CAS 6.6.15.1 and pac4j generic OIDC to connect to Azure B2C. I can pass in static query params such as
cas.authn.pac4j.oidc[0].generic.custom-params.ui_locales=en
But I also need to be ...
0
votes
0
answers
70
views
User access_tokens are failing validation
I'm encountering an issue with validating a perfectly valid access_token issued by Microsoft Entra ID. Despite using the correct RSA public key that was used to sign the token, the signature ...