Questions tagged [openid]
OpenID is an open standard that allows users to be authenticated by co-operating sites
52 questions
0
votes
0
answers
48
views
Automatic Entra ID VM Login via Guacamole
I am running Guacamole to log in to VMs via Browser. I am able to log into Guacamole via OpenID, so with my EntraID Account.
But now I also want to automatically login as the same user onto the vm via ...
0
votes
0
answers
88
views
Guacamole + OpenID: invalid callback url
I'm trying to set up Guacamole with Pocket-ID via OpenID and I'm getting a "Invalid callback URL" error. My currently used redirect-URL will lead to an infinite authentication loop. I have ...
0
votes
0
answers
147
views
How to rotate secrets in an untrusted Kubernetes environment
I'm automating the provisioning of Kubernetes environments for developer users. I'd like to regularly rotate the resources of kind 'secret' that are inside these environments. Furthermore, I'd only ...
-1
votes
1
answer
2k
views
Keycloak 16 - can it log OIDC access tokens for Open-ID Connect identity providers?
How can I make Keycloak 16 log the access token, when using an Open-ID Connect identity provider? I need to see what claims the OIDC provider sends to Keycloak.
1
vote
1
answer
6k
views
Setting up OIDC with ADFS - Invalid UserInfo Request
Background
So I've been pulling my hair out the past few weeks trying to get OIDC authentication working based on ADFS in various applications, specifically Proxmox VE as well as Gitea. The reason why ...
0
votes
1
answer
2k
views
Windows Authentication with OpenID Connect (OIDC) with Active Directory (AD FS)?
This is NOT about Azure, but about an on-premises offline Microsoft Active Directory system, based on Windows 2016/2019.
Our website uses OpenID with Microsoft Active Directory, but we want the user ...
0
votes
1
answer
1k
views
Azure AD app registration - possible to modify or transform email claim provided by OIDC SSO?
We have two instances of a SaaS app from a vendor that have SSO capabilities using OIDC. Our app users are differentiated based on the provided email address when logging in using the login page ...
1
vote
1
answer
530
views
IAP with Google Identity Platform throws "Failed to fetch the discovery document from issuer"
I have activated Identity Aware Proxy on a GCP Load Balancer and configured it to authenticate the users against my OIDC Identity Provider (Auth0) through Google Identity Platform with a default login ...
1
vote
1
answer
148
views
Single Sign-On for Azure Virual Desktop
I have the following scenario:
A web applications has OIDC authentication/authorization. Using a token from an authenticated user of this application I want to start a RDP session on an Azure Virtual ...
3
votes
0
answers
1k
views
Subversion Server with Azure AD SSO
There is a running CollabNet Subversion Edge Server in the current version 5.2.4.
It is currently connected with LDAP for authentication.
Now there is a challenge to grant permission to b2b guests of ...
1
vote
0
answers
2k
views
Not able to receive jwt token request from apache2 server
I am using OPENIDC for protecting a URL. mod_authopenidc is installed in my apache server.After authenticating the user i have an approve button which is when clicked sends a response with ...
0
votes
0
answers
603
views
cross domain cookie with openid connect
my app allows users to login with openid connect on a openid provider site in www.domain1.com/login, when the user(me in this case) directly calls that url i can see that the browser sees a ...
0
votes
0
answers
100
views
AzureAD OpenID Connect JWT "platf" claim value
I am setting up an application that will use AzureAD as an OpenID Connect IDP for authentication. I want to know if the authenticating device is an AzureAD "managed" or "compliant" device at the ...
0
votes
2
answers
2k
views
How to edit Kubernetes cluster values for OIDC?
We are plannig to implement OpenID authentication to Kubernetes, Im finding a way to add oidc-issue-url to Kubernetes cluster as descibe here Kubernetes OpenID
But im unable to find cluster ...
3
votes
1
answer
3k
views
Intermittent OpenID Connect login error in ADFS 4.0
We have a Windows 2016 ADFS 4.0 farm (WID database, not SQL Server) hosted in Azure.
We are working with a new OpenID Connect application, and want to use ADFS to authenticate and populate user ...