This commit is contained in:
@@ -20,6 +20,8 @@ public class KeycloakRepository {
|
||||
* @param password
|
||||
*/
|
||||
public void register(String login, String password) {
|
||||
// see https://www.keycloak.org/docs-api/17.0/rest-api/index.html#_users_resource
|
||||
// https://canada1.discourse-cdn.com/free1/uploads/keycloak/original/2X/3/379bbfe8857de117771149174a96e4216ebe9c76.png
|
||||
// TODO Auto-generated method stub
|
||||
LOGGER.error("not yet implemented registration of user {} in keycloak", login);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user