Keycloak
16 строк · 563.0 Байт
1== Test your setup
2
3To confirm the client was created successfully, you can use the SPA testing application on the https://www.keycloak.org/app/[Keycloak website].
4
5ifeval::[{links-local}==true]
6. Open https://www.keycloak.org/app/.
7. Click *Save*` to use the default configuration.
8endif::[]
9
10ifeval::[{links-local}!=true]
11. Open https://www.keycloak.org/app/.
12. Change `Keycloak URL` to the URL of your {project_name} instance.
13. Click *Save*.
14endif::[]
15
16. Click *Sign in* to authenticate to this application using the {project_name} server you started earlier.