Closed lhanusov closed 1 year ago
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
latest
Command: mvn -Djakarta clean wildfly:deploy should deploy war to Wildfly and connect OIDC client to Keycloak.
Doesn't work and fails on multiple failures.
No response
Closing as outdated. See https://github.com/keycloak/keycloak-quickstarts/pull/470#issuecomment-1720244866.
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