Skip to content

Commit

Permalink
add docs for root_url attribute in keycloak_openid_client
Browse files Browse the repository at this point in the history
  • Loading branch information
mrparkers committed Apr 17, 2020
1 parent f63e746 commit 281cf6c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/resources/keycloak_openid_client.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ should be treated with the same care as a password. If omitted, Keycloak will ge
wildcards in the form of an asterisk can be used here. This attribute must be set if either `standard_flow_enabled` or `implicit_flow_enabled`
is set to `true`.
- `web_origins` - (Optional) A list of allowed CORS origins. `+` can be used to permit all valid redirect URIs, and `*` can be used to permit all origins.
- `root_url` - (Optional) When specified, this URL is prepended to any relative URLs found within `valid_redirect_uris`, `web_origins`, and `admin_url`.
- NOTE: Due to limitations in the Keycloak API, when the `root_url` attribute is used, the `valid_redirect_uris`, `web_origins`, and `admin_url` attributes will be required.
- `admin_url` - (Optional) URL to the admin interface of the client.
- `base_url` - (Optional) Default URL to use when the auth server needs to redirect or link back to the client.
- `pkce_code_challenge_method` - (Optional) The challenge method to use for Proof Key for Code Exchange. Can be either `plain` or `S256` or set to empty value ``.
Expand Down

0 comments on commit 281cf6c

Please sign in to comment.