You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use `kubectl -n keycloak get service demo-keycloak-http` to verify existence of the service that the authentication step (above) depends on.
92
96
93
97
Use appropriate means of accessing the UI in a browser, for example the NodePort enabled by the helm options above (`minikube service -n keycloak demo-keycloak-http`).
94
-
The Keycloak UI somtimes behaves erratically over `kubectl port-forward`.
98
+
The Keycloak UI tends to malfunction over `kubectl port-forward`.
95
99
96
100
You should see a login page where the username and password generated above works.
97
101
98
102
## Set up a login
99
103
100
104
*[Create a realm](https://www.keycloak.org/docs/latest/getting_started/index.html#creating-a-realm-and-user) named `demo`.
101
105
* Under the `Login` tab `Require SSL` select `none` to allow plain http.
102
-
* Under ? disable password change on first login.
103
106
* Create two [users](https://www.keycloak.org/docs/latest/getting_started/index.html#_create-new-user)`test1` and `test2` and use the `Credentials` tab to set their passwords to `test` with `Temporary` set to `OFF`.
104
107
* Create an [OpenID Connect](https://www.keycloak.org/docs/latest/server_admin/index.html#oidc-clients) "client" named `myapp` in your demo realm.
105
108
- Any "Root URL" is fine for this example
106
-
* In the client make sure "Acces Type" is `public`. We want to make sure this demo setup is as insecure as possible 🙂.
109
+
* In the client make sure "Acces Type" is `public`. We want this demo setup is as insecure as possible 🙂.
107
110
108
111
## Authenticate
109
112
@@ -124,15 +127,15 @@ You can use an online service like [jsonwebtoken.io](https://www.jsonwebtoken.io
124
127
Tokens expire after a while so you may want these two lines, together with the alias created during preparations.
0 commit comments