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
{{ message }}
This repository was archived by the owner on Apr 19, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: securing_apps/topics/oidc/javascript-adapter.adoc
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,8 +19,9 @@ is selected for `Access Type`. You achieve this in Capability config by turning
19
19
20
20
You also need to configure `Valid Redirect URIs` and `Web Origins`. Be as specific as possible as failing to do so may result in a security vulnerability.
21
21
22
-
Once the client is created click on the `Installation` tab select `Keycloak OIDC JSON` for `Format Option` then click `Download`. The downloaded
23
-
`keycloak.json` file should be hosted on your web server at the same location as your HTML pages.
22
+
Once the client is created click on the `Action` tab in the upper right corner and select `Download adapter config`.
23
+
Select `Keycloak OIDC JSON` for `Format Option` then click `Download`. The downloaded `keycloak.json` file should be
24
+
hosted on your web server at the same location as your HTML pages.
24
25
25
26
Alternatively, you can skip the configuration file and manually configure the adapter.
0 commit comments