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 flag to enable adding tenant domain to JWT #5547

Merged
merged 2 commits into from
Mar 12, 2024

Conversation

chamilaadhi
Copy link
Contributor

@chamilaadhi chamilaadhi commented Feb 29, 2024

config for wso2-extensions/identity-inbound-auth-oauth#2384 .

sample config

[oauth]
add_tenant_domain_to_access_token = true

@@ -921,6 +921,10 @@

<!-- Configuration for allowing users to introspect tokens from other tenants. -->
<AllowCrossTenantTokenIntrospection>{{oauth.introspect.allow_cross_tenant}}</AllowCrossTenantTokenIntrospection>

{% if oauth.add_tenant_domain_to_token is defined %}
<AddTenantDomainToToken>{{oauth.add_tenant_domain_to_token}}</AddTenantDomainToToken>
Copy link
Member

Choose a reason for hiding this comment

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

Lets mention this as access token

Copy link
Contributor Author

Choose a reason for hiding this comment

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

fixed

@HiranyaKavishani HiranyaKavishani merged commit e7b5013 into wso2:5.25.x Mar 12, 2024
1 check passed
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