Add note on evaluated permissions when obtaining uma-ticket
Closes #12512
This commit is contained in:
parent
a3be94c70b
commit
15f7b5444a
1 changed files with 2 additions and 0 deletions
|
@ -106,6 +106,8 @@ curl -X POST \
|
|||
----
|
||||
|
||||
Example of a authorization request when a client is seeking access to any resource and scope protected by a resource server.
|
||||
NOTE: This will not evaluate the permissions for all resources. Instead, the permissions for resources owned by the resource server, owned by the requesting user,
|
||||
and explicitly granted to the requesting user by other owners are evaluated.
|
||||
|
||||
[source,bash,subs="attributes+"]
|
||||
----
|
||||
|
|
Loading…
Reference in a new issue