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
This message indicates that you have not logged into the application. So we have to login into the application, to do that we need a user with enough roles to enter into the platform.
46
46
47
-
* Create the user
47
+
=== Create the user
48
+
49
+
The first step for us is to create a new user to show all de configuration step by step.
50
+
51
+
So, enter into the RHBK admin console, go to the "users" section and press the "add user" button.
48
52
49
-
# TODO hablar de que hay que ir a keycloak a crear el usuario
50
53
image::openid/frontend-create-user-01.png[]
51
54
52
-
# TODO comentar que para este ejemplo solo vamos a crear el usuario
55
+
In the following screen, we can select some different properties about our new user. We are just going to set the name.
56
+
53
57
image::openid/frontend-create-user-02.png[]
54
58
55
-
# TODO comentar que vamos a añadir al usuario una contraseña
56
-
# Añadir un NOTE con que se puede poner cualquier contraseña
59
+
Once the user has been created, we have to set a
60
+
temporal or definitive credential to enter.
61
+
62
+
To do it, we go to the "Credentials" tab and press the "Set password" button.
63
+
64
+
[NOTE,subs="attributes+,+macros"]
65
+
====
66
+
For this example, you can use whatever password you want, but I recommend you to use an easy password as "reader".
67
+
====
68
+
57
69
image::openid/frontend-create-user-03.png[]
58
70
59
71
* Login into the frontend application
72
+
60
73
# Hablar de que al dar clic en login nos lleva a la pantalla de Kyecloak
74
+
61
75
image::openid/frontend-login-01.png[]
62
76
63
77
# Hablar que una vez logueado no vemos nada porque no tenemos roles
0 commit comments