mirror of
https://github.com/keycloak/keycloak.git
synced 2026-05-26 13:50:48 +00:00
Initial code for SCIM core and testsuite (#45978)
Closes #45712 Signed-off-by: Pedro Igor <pigor.craveiro@gmail.com>
This commit is contained in:
+5
@@ -386,6 +386,11 @@ public class RealmConfigBuilder {
|
||||
return this;
|
||||
}
|
||||
|
||||
public RealmConfigBuilder scimEnabled(boolean enabled) {
|
||||
rep.setScimEnabled(enabled);
|
||||
return this;
|
||||
}
|
||||
|
||||
/**
|
||||
* Best practice is to use other convenience methods when configuring a realm, but while the framework is under
|
||||
* active development there may not be a way to perform all updates required. In these cases this method allows
|
||||
|
||||
Reference in New Issue
Block a user