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
Copy file name to clipboardExpand all lines: examples/custom-resources/jwks/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -66,7 +66,7 @@ To set up Keycloak:
66
66
67
67
3. Create a new Client called `jwks-client`. This can be done by selecting the `Client`s tab on the left and then
68
68
selecting `Create client`.
69
-
- When creating the Client, ensure both `Client authentication` and `Authorization` are enabled.
69
+
- When creating the Client, ensure both `Client authentication`, `Authorization` & `Direct access grants` are enabled.
70
70
71
71
4. Once the client is created, navigate to the `Credentials` tab for that client and copy the client secret.
72
72
- This can be saved in the `SECRET` shell variable for later:
@@ -75,7 +75,7 @@ To set up Keycloak:
75
75
export SECRET=<client secret>
76
76
```
77
77
78
-
5. Create a new User called `jwks-user` by selecting the Users tab on the left and then selecting Create client.
78
+
5. Create a new User called `jwks-user` by selecting the Users tab on the left and then selecting Create client. Ensure an email, first & last name are set.
79
79
80
80
6. Once the user is created, navigate to the `Credentials` tab for that user and select `Set password`. For this example
0 commit comments