Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"Add to token introspection" field is missing in user-attribute mapper #1081

Open
YassineHaouzane opened this issue Jan 22, 2025 · 0 comments

Comments

@YassineHaouzane
Copy link

Description

I was looking for the field that allow us to toggle the option "Add to token introspection" for a user_attribute_protocol_mapper in the documentation but could not find it.
I looked into the code and if I am not mistaken this option is missing is there a reason to that ?

This would be an usage of the option :

resource "keycloak_openid_user_attribute_protocol_mapper" "map_user_attributes_client" {
  name                       = "tf-test-open-id-user-attribute-protocol-mapper-client"
  realm_id                   = keycloak_realm.test.id
  client_id                  = keycloak_openid_client.test_client.id
  user_attribute             = "description"
  claim_name                 = "description"
  add_to_token_introspection = false
}

Discussion

No response

Motivation

No response

Details

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant