Hi,
Yes "client" is for "auth2 client".
My problem is that i don't have the context who came with the authent.
For exemple, in the script UMA Authorization Policies, we have a variable "authorizationContext" who give the context of the authorisation request.
I will try to describe my problem, i'm not very good in english, so please be nice :p
1) I have 3 app who will use gluu authent. each app have is oauth2 client. Some user have access to only app1, other only to app 2 and 3, ...
At first i would make 1 authent script who look the client use for the authent request, and filter. But i can't find a way to know the client use for the authent request in the script.
2) I have the same problem with Scim script : all gluu users will be create by other application / website, and i want to indicate on each user, the app / website who create it.
But even if each app have a different auth2/uma client, i didn't find a way to get the client who create the user.
I know each app can specify this parameter at the creation, but that's not the only property that i want to set.