Skip to content

Commit

Permalink
Merge pull request #5547 from chamilaadhi/config-to-add-domain
Browse files Browse the repository at this point in the history
Add flag to enable adding tenant domain to JWT
  • Loading branch information
HiranyaKavishani authored Mar 12, 2024
2 parents 9f80665 + 15a198c commit e7b5013
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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_access_token is defined %}
<AddTenantDomainToAccessToken>{{oauth.add_tenant_domain_to_access_token}}</AddTenantDomainToAccessToken>
{% endif %}
</OAuth>

<RestApiAuthentication>
Expand Down

0 comments on commit e7b5013

Please sign in to comment.