5,740 questions
0
votes
1
answer
28
views
Angular Apps Using Same IdentityServer – Silent Refresh Fails When Redirecting Between Two Apps
I have two independent Angular applications (url1 and url2), both hosted on Azure Kubernetes Service (AKS) and configured to use the same IdentityServer (OIDC-based) for authentication.
Application ...
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
votes
0
answers
19
views
How do I implement OpenID Connect to Alembic? [closed]
I'm implementing Alembic with SQLAlchemy models to manage database migrations to a Snowflake database and I am using OpenID Connect authentication for the connection to database. How do I implement ...
0
votes
1
answer
47
views
Public clients should not validate ID tokens
I noticed that when using OIDC (hybrid or implicit flow) with Azure Identity, the Authorization Code with PKCE is only used for access tokens, not id tokens.
An id token is directly returned in the ...
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....
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
23
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 ...
-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
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
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
67
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
66
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
1
answer
25
views
.NET OIDC token mapping different between id_token and userinfo endpoint
I'm creating a website that needs to be able to use different OIDC providers.
This website will map a claim, myclaim, to user roles.
The two providers I test with returns this claim in either the ...