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 config to allow custom claim mappings for authenticators #2254

Merged
merged 1 commit into from
Jun 19, 2019

Conversation

janakamarasena
Copy link
Member

@janakamarasena janakamarasena commented Jun 19, 2019

Improvements for wso2/product-is#5437

This PR introduces a global configuration to allow federated authenticators to use the idp local claim dialect instead of the authenticator's claim dialect when using a custom dialect claim mapping.

The configuration should be added to <CARBON_SERVER>/repository/conf/identity/application-authentication.xml inside the ApplicationAuthentication tag.

<AllowCustomClaimMappingsForAuthenticators>true</AllowCustomClaimMappingsForAuthenticators>

Default value for the config is false to preserve the previous behaviour which was to use the authenticator's claim dialect.

The configuration will affect all federated authenticators as this is a global config.

@DMHP DMHP merged commit 3b01125 into wso2:master Jun 19, 2019
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.

2 participants