mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-23 05:10:22 -07:00
Update keycloak_client.py (#45505)
Slightly improve wording about lack of input sanity checking on API calls. +label: docsite_pr
This commit is contained in:
parent
c50d6f1944
commit
0198d93f68
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ description:
|
||||||
Keycloak API and its documentation at U(http://www.keycloak.org/docs-api/3.3/rest-api/).
|
Keycloak API and its documentation at U(http://www.keycloak.org/docs-api/3.3/rest-api/).
|
||||||
Aliases are provided so camelCased versions can be used as well.
|
Aliases are provided so camelCased versions can be used as well.
|
||||||
|
|
||||||
- The Keycloak API does not always enforce for only sensible settings to be used -- you can set
|
- The Keycloak API does not always sanity check inputs e.g. you can set
|
||||||
SAML-specific settings on an OpenID Connect client for instance and vice versa. Be careful.
|
SAML-specific settings on an OpenID Connect client for instance and vice versa. Be careful.
|
||||||
If you do not specify a setting, usually a sensible default is chosen.
|
If you do not specify a setting, usually a sensible default is chosen.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue