[keycloak-dev] About KEYCLOAK-11772
Kohei TAMURA
ktamura.biz.80 at gmail.com
Tue Nov 12 07:19:50 EST 2019
Hi,
Does anyone have any concerns about the following feature request?
https://issues.jboss.org/browse/KEYCLOAK-11772
https://github.com/keycloak/keycloak/pull/6402
Currently, if a REST client wants to create a user with credential
properties, Keycloak requires the client to send two requests,
creating a user and setting credential properties.
According to the API documentation, the body of create user request
can include UserRepresentation and UserRepresentation can include
CredentialRepresentation. However, Keycloak ignores a part of
CredentialRepresentation such as "temporary" option.
https://www.keycloak.org/docs-api/7.0/rest-api/index.html#_users_resource
Best regards,
Kohei Tamura
More information about the keycloak-dev
mailing list