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 claim management configs to identity.xml.j2 #4538

Closed
wants to merge 1 commit into from

Conversation

sahandilshan
Copy link
Contributor

@sahandilshan sahandilshan commented Apr 18, 2023

Proposed changes in this pull request

$subject

Related PR(s)

*** Note
Once this is merged, we can enable the config to store local claims only in the Primary user store by adding the below config in deployment.toml

[claim_mgt]
bind_to_primary_userstore="true"

@@ -3285,4 +3285,11 @@
{% endfor %}
</OrganizationLevelEmailBrandingFallbacks>

<!-- Claim Management Configuration. -->
{% if claim_mgt.bind_to_primary_userstore is defined %}
<ClaimManagement>
Copy link
Contributor

Choose a reason for hiding this comment

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

I am not clear why we added this configuration. Are we planning to enable this only in the Asgardeo?

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.

None yet

2 participants