Update topics/oidc/javascript-adapter.adoc
This commit is contained in:
parent
2e607e4ffa
commit
2154f029d4
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ specific as possible.
|
|||
To use the JavaScript adapter you must first create a client for your application in the {{book.project.name}} Administration Console. Make sure `public`
|
||||
is selected for `Access Type`.
|
||||
|
||||
You also need to configure valid redirect URIs and valid web origins. Be as specific as possible as failing to do so may results in a security vulnerability.
|
||||
You also need to configure valid redirect URIs and valid web origins. Be as specific as possible as failing to do so may result in a security vulnerability.
|
||||
|
||||
Once the client is created click on the `Installation` tab select `Keycloak OIDC JSON` for `Format Option` then click on `Download`. The downloaded
|
||||
`keycloak.json` file should be hosted on your web server at the same location as your HTML pages.
|
||||
|
|
Loading…
Reference in a new issue