Hi. On CAS, version 6.6, I've configured SCIM, but I'm getting this error.
- INFO [] - <Attempting to execute provisioning ops for [XXXXX]> - DEBUG [] - <Using SCIM provisioning target [null]> - ERROR [] - <URI template of the newly created target must not be null.> I have no idea why I'm getting this error. I enabled option *cas.scim.enabled=true* in cas.properties and I have this service (scimTarget seems exists): { "@class" : "org.apereo.cas.services.CasRegisteredService", "serviceId" : "^https://.+", "name" : "SCIM", "id" : 24, "properties" : { "@class" : "java.util.HashMap", "scimOAuthToken" : { "@class" : "org.apereo.cas.services.DefaultRegisteredServiceProperty", "values" : [ "java.util.HashSet", [ "--REDACTED--" ] ] }, "scimTarget" : { "@class" : "org.apereo.cas.services.DefaultRegisteredServiceProperty", "values" : [ "java.util.HashSet", [ "https://eu.[--REDACTED--]/v2" ] ] } } } Any idea why I'm getting this error? Thanks -- - Website: https://apereo.github.io/cas - Gitter Chatroom: https://gitter.im/apereo/cas - List Guidelines: https://goo.gl/1VRrw7 - Contributions: https://goo.gl/mh7qDG --- You received this message because you are subscribed to the Google Groups "CAS Community" group. To unsubscribe from this group and stop receiving emails from it, send an email to cas-user+unsubscr...@apereo.org. To view this discussion on the web visit https://groups.google.com/a/apereo.org/d/msgid/cas-user/4dfc1812-2f7f-493d-bbc1-3d19f9f66d99n%40apereo.org.