Replies: 1 comment
-
hi were you able to solve this? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Not Found
Invalid client_id ("694969472394.apps.googleusercontent.com").
Logs:
I am hitting above error post restarting dex pod in Kubernetes and changing issuer URL in the configuration file.
Configuration file:
issuer: https://sso-dev.io storage: type: kubernetes config: inCluster: true logger: level: debug format: json expiry: deviceRequests: 5m signingKeys: 6h idTokens: 24h refreshTokens: disableRotation: false reuseInterval: 3s validIfNotUsedFor: 2160h absoluteLifetime: 3960h oauth2: responseTypes: - code skipApprovalScreen: true alwaysShowLoginScreen: false connectors: - type: google id: google name: Google config: clientID: 694969472394.apps.googleusercontent.com clientSecret: XX redirectURI: https://sso-dev.io/callback serviceAccountFilePath: /tmp/oidc/googleAuth.json adminEmail: XX staticClients: - id: argocd redirectURIs: - https://argocd.infra.dev.io/auth/callback - https://argocd-dev.io/auth/callback name: ArgoCD secret: XX enablePasswordDB: false
Kindly help please.
Beta Was this translation helpful? Give feedback.
All reactions