Update services/src/main/java/org/keycloak/services/clientpolicy/executor/FullScopeDisabledExecutorFactory.java

Co-authored-by: Václav Muzikář <vaclav@muzikari.cz>
This commit is contained in:
Marek Posolda 2021-06-04 15:44:05 +02:00
parent 3d16a1e8d3
commit 7a81dfff7a

View file

@ -38,7 +38,7 @@ public class FullScopeDisabledExecutorFactory implements ClientPolicyExecutorPro
public static final String AUTO_CONFIGURE = "auto-configure"; public static final String AUTO_CONFIGURE = "auto-configure";
private static final ProviderConfigProperty AUTO_CONFIGURE_PROPERTY = new ProviderConfigProperty( private static final ProviderConfigProperty AUTO_CONFIGURE_PROPERTY = new ProviderConfigProperty(
AUTO_CONFIGURE, "Auto-configure", "If On, then the during client creation or update, the configuration of the client will be auto-configured to disable fullScopeAllowed. " + AUTO_CONFIGURE, "Auto-configure", "If On, the configuration of the client will be auto-configured to disable fullScopeAllowed during client creation or update." +
"If off, the clients are validated to not have fullScopeAllowed enabled during create/update client", ProviderConfigProperty.BOOLEAN_TYPE, true); "If off, the clients are validated to not have fullScopeAllowed enabled during create/update client", ProviderConfigProperty.BOOLEAN_TYPE, true);
@Override @Override