-
|
Is there any way to set or see openid-connect client attributes in the admin UI? The rest API "ClientRepresentation" does have an attribute map, so I believe that clients do have attributes... right? Or am I blind? Just in case I'm using the wrong solution for my problem: In the deployment I configured an attribute mapper to map a special attribute to the claims of the jwt. That works well for user, but I also need that value in my client service-accounts jwts. Alternative solutions I considered:
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
|
Of course, once I make a discussion I find a related pull request #6250. (It's not currently possible) Super late Edit: My actual problem was "give service accounts attributes" which is not solved by giving the client attributes. The service accounts cannot be directly accessed in the User search but if you know the underlying Id you can manually browse to the edit page with the admin ui. Ultimately I added the extra infromation I needed there. |
Beta Was this translation helpful? Give feedback.
-
|
We would also welcome a tab which displays client attributes in the admin console and allows to add or update an attribute. Same approach should be applied to realm attributes. |
Beta Was this translation helpful? Give feedback.
-
|
Any updates on this? Consider this some community appetite for the feature here in 2026, in addition to the upvotes on the original question and comments above! |
Beta Was this translation helpful? Give feedback.
Of course, once I make a discussion I find a related pull request #6250. (It's not currently possible)
Super late Edit:
Just an update for anybody that may enounter this in the future.
My actual problem was "give service accounts attributes" which is not solved by giving the client attributes. The service accounts cannot be directly accessed in the User search but if you know the underlying Id you can manually browse to the edit page with the admin ui.
Ultimately I added the extra infromation I needed there.