Skip to content
Discussion options

You must be logged in to vote

Well, after learning a bit more about the setup it turns out that the mapper I want can be handled with

resource "keycloak_generic_protocol_mapper" "organization_organization" {
  realm_id        = keycloak_realm.test.id
  client_scope_id = keycloak_openid_client_scope.organization.id

  name            = "organization"
  protocol        = "openid-connect"
  protocol_mapper = "oidc-organization-membership-mapper"
  ...
}

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@sschu
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by magthe
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants