How to generate keycloack token without a record in keycloack #166
Unanswered
shiva-rakshith
asked this question in
Issues
Replies: 1 comment 2 replies
-
User who is assigned the role of org admin should be able to update org details in registry without having an org entry in keycloak. That's my understanding. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Reference: #163, we have two schemas
Organization
andUser
, Initially organization record is created by a registry admin and later user will be created and linked to that organization. As organization won't have record in keycloack, how can we generate keycloack token to make updates to organization record? (or) As users will be linked to organization entity, can we make updates to organization record using user keycloack token?cc: @vrayulu @maheshkumargangula
Beta Was this translation helpful? Give feedback.
All reactions