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

Features/identity-provider-mapper-extra-config #3

Merged
merged 3 commits into from
Jun 10, 2020

Conversation

branislav-vega
Copy link

KC10 introduced Identity Brokering Sync Mode with mandatory 'Sync Mode Override' field in all IDP mappers. This is the extension of the provider to support this in the form of an added "extra_config" optional field which can take any values and maps them in IDP Mappers Configuration:

example of usage against KC10:
_resource keycloak_hardcoded_role_identity_provider_mapper oidc {
realm = "realm"
name = "hardcodedRole"
identity_provider_alias = "${keycloak_oidc_identity_provider.oidc.alias}"
role = "testrole"
extra_config = {
syncMode = "FORCE"
}
}

@m-v-k m-v-k requested a review from SvenHamers June 10, 2020 08:19
Copy link

@SvenHamers SvenHamers left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@m-v-k m-v-k self-requested a review June 10, 2020 08:41
Copy link

@m-v-k m-v-k left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good

@branislav-vega branislav-vega merged commit cd94268 into master Jun 10, 2020
@branislav-vega branislav-vega deleted the features/idp-mapper-extra-config branch June 10, 2020 08:55
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

Successfully merging this pull request may close these issues.

3 participants