Add requirement for not using . in object roles#66
Add requirement for not using . in object roles#66cristian-recoseanu wants to merge 1 commit intov1.0.xfrom
Conversation
This is due to how IS-14 url role paths are created and how BCP-003-02 IS-12 access tokens must work.
|
There are no restrictions on the characters in a role at all until now, right? So the trouble is there's no way to encode a sequence of role strings as a single string for IS-14, without introducing either an illegal character or an escape character? Is dot the right choice? In which part of a URL do these role paths appear - path or query string? The problem of
|
|
Closed as we want to keep MS-05-02 generic. |
This is due to how IS-14 url role paths are created and how BCP-003-02 IS-12 access tokens must work.