mirror of
https://github.com/keycloak/keycloak.git
synced 2026-01-25 16:42:34 +00:00
16 lines
551 B
Plaintext
16 lines
551 B
Plaintext
== Test your setup
|
|
|
|
To confirm the client was created successfully, you can use the SPA testing application on the https://www.keycloak.org/app/[Keycloak website].
|
|
|
|
ifeval::[{links-local}==true]
|
|
. Open https://www.keycloak.org/app/.
|
|
. Click *Save*` to use the default configuration.
|
|
endif::[]
|
|
|
|
ifeval::[{links-local}!=true]
|
|
. Open https://www.keycloak.org/app/.
|
|
. Change `Keycloak URL` to the URL of your Keycloak instance.
|
|
. Click *Save*.
|
|
endif::[]
|
|
|
|
. Click *Sign in* to authenticate to this application using the Keycloak server you started earlier. |