Hello ![]()
I am running Keycloak version 26.1 and I have enabled and configured a basic Organization that contains members and an IDP.
That organization has some attributes I created and I would like to propagate those attributes to the token of a user that is a member of that organization.
Reading through the documentation on Mapping organization claims Server Administration Guide I see that we should have a default client scope called “organization” that should already be configured with a “Organization Membership” mapper. Issue is that I don’t see that client scope in the same realm I have the organization created and configured. Is there anything else I have to configure/create to get that default organization client scope? I have looked both on /client-scopes page and inside the actual client when trying to search for and assign the organization scope.
I have played a bit around and created another realm where I configured an organization with an external IDP and in there I can see the organization client scope, not sure why tho.
Thanks in advance!