From 994ccad00397b95ab25e79f69067c004da3f62c1 Mon Sep 17 00:00:00 2001 From: Simon Vacek Date: Tue, 1 Aug 2023 13:24:52 +0200 Subject: [PATCH] Adde infor about importing realm on Jakarta documentation --- jakarta/jaxrs-resource-server/README.md | 3 ++- jakarta/servlet-authz-client/README.md | 3 ++- jakarta/servlet-saml-service-provider/README.md | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/jakarta/jaxrs-resource-server/README.md b/jakarta/jaxrs-resource-server/README.md index 463fb17ae..40df15d02 100644 --- a/jakarta/jaxrs-resource-server/README.md +++ b/jakarta/jaxrs-resource-server/README.md @@ -45,7 +45,8 @@ You should be able to access your Keycloak Server at http://localhost:8180. Log in as the admin user to access the Keycloak Administration Console. Username should be `admin` and password `admin`. -Import the [realm configuration file](config/realm-import.json) to create a new realm called `quickstart`. The easiest way to do this is using the gui. +Import the [realm configuration file](config/realm-import.json) to create a new realm called `quickstart`. The easiest way to do this is using the gui. After you click on `Create Realm`, you have the option to choose a Resource JSON file. + You can also import the realm with cli. For more details, see the Keycloak documentation about how to [import a realm using cli](https://www.keycloak.org/docs/latest/server_admin/index.html#importing-a-realm-from-exported-json-file) and [create a new realm](https://www.keycloak.org/docs/latest/server_admin/index.html#proc-creating-a-realm_server_administration_guide). diff --git a/jakarta/servlet-authz-client/README.md b/jakarta/servlet-authz-client/README.md index c14a3a4d3..f60bf111c 100644 --- a/jakarta/servlet-authz-client/README.md +++ b/jakarta/servlet-authz-client/README.md @@ -58,7 +58,8 @@ You should be able to access your Keycloak Server at http://localhost:8180. Log in as the admin user to access the Keycloak Administration Console. Username should be `admin` and password `admin`. -Import the [realm configuration file](config/realm-import.json) to create a new realm called `quickstart`. The easiest way to do this is using the gui. +Import the [realm configuration file](config/realm-import.json) to create a new realm called `quickstart`. The easiest way to do this is using the gui. After you click on `Create Realm`, you have the option to choose a Resource JSON file. + You can also import the realm with cli. For more details, see the Keycloak documentation about how to [import a realm using cli](https://www.keycloak.org/docs/latest/server_admin/index.html#importing-a-realm-from-exported-json-file) and [create a new realm](https://www.keycloak.org/docs/latest/server_admin/index.html#proc-creating-a-realm_server_administration_guide). diff --git a/jakarta/servlet-saml-service-provider/README.md b/jakarta/servlet-saml-service-provider/README.md index 334f5dccc..9f450ca84 100755 --- a/jakarta/servlet-saml-service-provider/README.md +++ b/jakarta/servlet-saml-service-provider/README.md @@ -44,7 +44,8 @@ You should be able to access your Keycloak Server at http://localhost:8180. Log in as the admin user to access the Keycloak Administration Console. Username should be `admin` and password `admin`. -Import the [realm configuration file](config/realm-import.json) to create a new realm called `quickstart`. The easiest way to do this is using the gui. +Import the [realm configuration file](config/realm-import.json) to create a new realm called `quickstart`. The easiest way to do this is using the gui. After you click on `Create Realm`, you have the option to choose a Resource JSON file. + You can also import the realm with cli. For more details, see the Keycloak documentation about how to [import a realm using cli](https://www.keycloak.org/docs/latest/server_admin/index.html#importing-a-realm-from-exported-json-file) and [create a new realm](https://www.keycloak.org/docs/latest/server_admin/index.html#proc-creating-a-realm_server_administration_guide).