From 281cf6c3a74ffb4f61c6bf73ed748bef54126978 Mon Sep 17 00:00:00 2001 From: Michael Parker Date: Fri, 17 Apr 2020 12:19:11 -0500 Subject: [PATCH] add docs for root_url attribute in keycloak_openid_client --- docs/resources/keycloak_openid_client.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/resources/keycloak_openid_client.md b/docs/resources/keycloak_openid_client.md index d2f88a094..501e7e27c 100644 --- a/docs/resources/keycloak_openid_client.md +++ b/docs/resources/keycloak_openid_client.md @@ -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 ``.