Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OIDC - DEX - Redirect URI #331

Closed
idblew opened this issue May 27, 2022 · 2 comments
Closed

OIDC - DEX - Redirect URI #331

idblew opened this issue May 27, 2022 · 2 comments
Assignees

Comments

@idblew
Copy link

idblew commented May 27, 2022

Hi All,

Does anyone have a fully working OIDC flow using Dex and Skooner?

Although I'm able to re-direct to Dex for the login before I get prompted to enter my credentials it's complaining about "Unregistered redirect_uri ("https://skooner.kubernetes.mydomain.local/callback")".

In my Dex configmap I've configured the following (based on past experience using Dex + OAuth2-Proxy + Dashboard), but not convinced it's correct:

    staticClients:
    - id: oidc-auth-client
      redirectURIs:
      - https://skooner.kubernetes.mydomain.local/callback
      name: oidc-auth-client
      secret: REDACTED

If someone can point me in the right direction or would be willing to share a working set of YAML configs that would be greatly appreciated! 😊

@herbrandson
Copy link
Collaborator

I don't think that's the correct redirect uri. Have you tried using just https://skooner.kubernetes.mydomain.local?

@yuqiuw
Copy link
Collaborator

yuqiuw commented Nov 10, 2022

New stable was released and we fixed two pieces of documentation flaws.
Please follow through with the keycloak troubleshooting section and report any issues with a new ticket or reopen this. Thanks!

@yuqiuw yuqiuw closed this as completed Nov 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants