-1

I want to store a string in the client context (same like user attribute) so that I can retrieve it using client REST API but i want to store it via console. How can i add this new field in client?

Ankit Kumar
  • 11
  • 1
  • 1
  • https://keycloak.discourse.group/t/add-field-in-client-settings/7861 – Jan Garaj Mar 12 '21 at 07:52
  • @JanGaraj I want to add this string via console so that anyone with credentials can add value. – Ankit Kumar Mar 12 '21 at 10:59
  • I already told you on the Keycloak forum, so I'm repeating: customize `client-detail.html` template – Jan Garaj Mar 12 '21 at 11:29
  • @JanGaraj sorry for that, but actually i'm trying to avoid customizing the `client-detail.html` template and finding other way if possible. Thank you i will customize the template. – Ankit Kumar Mar 12 '21 at 11:58

1 Answers1

0

By customizing the client-detail.html template

https://keycloak.discourse.group/t/add-field-in-client-settings/7861

Ankit Kumar
  • 11
  • 1
  • 1