-
I have kubeconfig that works through kubectl and Lens. It looks like this:
```
apiVersion: v1
clusters:
- cluster:
certificate-authority-data: LS0...
server: https://api.k8s:6443
name…
-
### Issue and Steps to Reproduce
I'm trying to get a simple example up and running. It's built on Vue.js but I think that doesn't matter here. My aim is to login (successful) and run a fetch on an …
-
Hello,
With the traefik-oidc-auth plugin I have an issue that is dificult to resolve. I want to use this plugin to enforce Azure Entra ID authentication before entering the Traefik Dashboard page:…
-
This message:
```
time="2024-10-15T18:59:29Z" level=warning msg="Failed to verify token: failed to verify token: token verification failed for all audiences: error for aud \"argo-cd\": failed to v…
-
groupSearchEnabled setup is confusing see -> #47462
So instead I would rather have a RFE to allow the user to turn it on/off regardless of what is in the token of the user used for setting up the pr…
-
## Problem
The OIDC authenticator can return many different errors:
https://github.com/openfga/openfga/blob/a2df7810d7faf1a34b21e5abecb7472da54b28d3/internal/authn/oidc/oidc.go#L41-L45
I think …
-
In #126 I added support for authenticating with an OIDC token. However, I did not implement automatically refreshing that token.
This issue tracks adding token refreshing.
-
# Description
As part of the FAPI 1.0 transition, the OpenID Connect Hybrid Flow authentication flow has been deprecated but not officially retired. Authorization Code Flow must be supported. Whilst …
-
We have Headlamp working with OIDC and Azure but are running into the issue of the token expiring far too quickly. My Azure team tells me this is usually a setting in the app initiating the request. …
-
## Description
Apicurio OIDC client adds trailing slash to OIDC endpoint which breaks if the SSO provider does not support that
I was testing the special OIDC Basic Authentication mechanism of A…