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

Fix URL pattern for Quarkus distribution #124

Merged

Conversation

ahus1
Copy link
Contributor

@ahus1 ahus1 commented Jul 4, 2022

This makes the "/auth" prefix optional.

In order to test it with the minikube setup, I needed to manually:

  • enable user self-registration in realm-0
  • created a client "client-0" with a valid redirect URL - I chose "https://keycloak.xxx.xxx.xxx.xxx.nip.io/*" (replace with the the current IP address)
  • created a "user-0" with a password "user-0-password"

I wonder if this could be automated more using dataset provider or the shell script or a mixture of both.

Closes #122

@ahus1 ahus1 requested a review from kami619 July 4, 2022 09:29
@kami619
Copy link
Contributor

kami619 commented Jul 5, 2022

@ahus1 I like the Idea to automate the setting up of realm, client and user part. I think we can either use kcb.sh or dataset provider, to achieve that. I would look into creating a PR for it.

Copy link
Contributor

@kami619 kami619 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this works as expected

@kami619 kami619 merged commit 92f0362 into keycloak:main Jul 6, 2022
@ahus1 ahus1 deleted the is-122-enable-quarkus-dist-missing-auth-path branch July 6, 2022 08:07
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

Successfully merging this pull request may close these issues.

Authentication-Code-Scenarios don't work with the Quarkus distribution
2 participants