Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "BaSyx / Scenarios / Authorization"

(Created page with "<inputbox> type=create width=100 break=no buttonlabel=Create new article default=(Article title) </inputbox>")
 
Line 1: Line 1:
<inputbox>
+
== Installing Keycloak ==
type=create
+
 
width=100
+
docker run -p 9006:8080 -e KEYCLOAK_USER=admin -e KEYCLOAK_PASSWORD=admin jboss/keycloak
break=no
+
buttonlabel=Create new article
+
default=(Article title)
+
</inputbox>
+

Revision as of 18:39, 6 February 2022

Installing Keycloak

docker run -p 9006:8080 -e KEYCLOAK_USER=admin -e KEYCLOAK_PASSWORD=admin jboss/keycloak

Back to the top