Hi all,
I want to know if there is one way to add an attribute to Oauth clients. With this i want to discriminate if two clients has the same attribute value.
What i need is something like:
- Client Client1 with one custom attribute clientTitle = Enterprise1;
- Client Client2 with one custom attribute clientTitle = Entreprise2;
- Client Client3 with one custom attribute clientTitle = Enterprise1;
That way, i could know that Client1 and Client3 has the same clientTitle.
I was looking for something like the image bellow, but i could not retrieve the attribute value.

Any help is appreciated.
Att,
Daniel.