Skip to content

Commit ee89b2a

Browse files
dbgjerezaolle
authored andcommitted
create the user
1 parent 5d8fa9e commit ee89b2a

File tree

1 file changed

+20
-6
lines changed

1 file changed

+20
-6
lines changed

documentation/modules/ROOT/pages/openid-jwt.adoc

Lines changed: 20 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ This section explains how to create a new realm with OpenID connect flow and how
2929

3030
In this section, we want to create a new record in our system, but we have to configure some security points.
3131

32-
* Find the fronted URL:
32+
=== Find the frontend URL
3333

3434
[.lines_space]
3535
[.console-input]
@@ -44,20 +44,34 @@ image::openid/frontend-02.png[]
4444

4545
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.
4646

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.
4852

49-
# TODO hablar de que hay que ir a keycloak a crear el usuario
5053
image::openid/frontend-create-user-01.png[]
5154

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+
5357
image::openid/frontend-create-user-02.png[]
5458

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+
5769
image::openid/frontend-create-user-03.png[]
5870

5971
* Login into the frontend application
72+
6073
# Hablar de que al dar clic en login nos lleva a la pantalla de Kyecloak
74+
6175
image::openid/frontend-login-01.png[]
6276

6377
# Hablar que una vez logueado no vemos nada porque no tenemos roles

0 commit comments

Comments
 (0)