keycloak / keycloak-quickstarts

Apache License 2.0
1.98k stars 984 forks source link

Jakart QS deployment step doesn't work - multiple issues #469

Closed lhanusov closed 1 year ago

lhanusov commented 1 year ago

Describe the bug

Information on how to import quickstart-realm into container is not straightforward, please update link:

Fix the non working links: https://github.com/keycloak/keycloak-quickstarts/tree/latest/jakarta/jaxrs-resource-server#access-the-quickstart

OIDC projects don't mention that OIDC adapter is already part of Wildfly as the Elytron OIDC Adapter.

Wrong version of JAVA (must be JDK 17):

Missing information that adapter installation is needed (download page: https://www.keycloak.org/downloads):

Outdated plugin version doesn't work with JDK 17 (mvn-wildfly-plugin): https://github.com/keycloak/keycloak-quickstarts/blob/latest/pom.xml#L60

Version

latest

Expected behavior

Command: mvn -Djakarta clean wildfly:deploy should deploy war to Wildfly and connect OIDC client to Keycloak.

Actual behavior

Doesn't work and fails on multiple failures.

How to Reproduce?

No response

Anything else?

No response

pedroigor commented 1 year ago

Closing as outdated. See https://github.com/keycloak/keycloak-quickstarts/pull/470#issuecomment-1720244866.