bdemers commented on issue #704:
URL: 
https://github.com/apache/directory-scimple/issues/704#issuecomment-2557851460

   See section [`3.10` of the SCIM Protocol 
RFC](https://datatracker.ietf.org/doc/html/rfc7644#section-3.10)
   
   > For example, the attribute 'age' defined in 
"urn:ietf:params:scim:schemas:exampleCo:2.0:hr" is uniquely identified as 
"urn:ietf:params:scim:schemas:exampleCo:2.0:hr:age". Complex attributes' 
sub-attributes are referenced via nested dot ('.') notation, i.e., 
{urn}:{Attribute name}.{Sub-Attribute name}.
   
   So in your example your attribute path of 
`urn:ietf:params:scim:schemas:extension:enterprise:2.0:User.manager` should be 
`urn:ietf:params:scim:schemas:extension:enterprise:2.0:User:manager` (or simply 
`manager`).
   
   (NOTE: this notation creates some interesting parsing issues when figuring 
out of a URN is a schema or an attribute, but... this is what is defined in the 
spec).
   
   If you think we are miss-interrupting the spec, please comment and let us 
know and we can continue the discussion!


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@directory.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@directory.apache.org
For additional commands, e-mail: dev-h...@directory.apache.org

Reply via email to