Unlocking users from SAML/OIDC providers currently fails with this exception:
|
throw new IllegalArgumentException("Can only manage users from the internal user store."); |
Ideally, it should be possible to unlock any user, regardless of their provider or origin.
Unlocking users from SAML/OIDC providers currently fails with this exception:
uaa/server/src/main/java/org/cloudfoundry/identity/uaa/scim/endpoints/ScimUserEndpoints.java
Line 562 in 211b90e
Ideally, it should be possible to unlock any user, regardless of their provider or origin.