Skip to content

Commit

Permalink
Update deployment.config.json.j2
Browse files Browse the repository at this point in the history
  • Loading branch information
Achintha Isuru committed Oct 27, 2023
1 parent b19959a commit 29b7650
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,8 @@
{% if console.get_profile_info_from_id_token is defined %}
"getProfileInfoFromIDToken": {{ console.get_profile_info_from_id_token }},
{% endif %}
{% if legacy_authz_runtime.enabled is defined %}
"legacyAuthzRuntime": {{ legacy_authz_runtime.enabled }},
{% if legacy_authz_runtime.enable is defined %}
"legacyAuthzRuntime": {{ legacy_authz_runtime.enable }},
{% endif %}
"ui": {
"announcements": [
Expand Down

0 comments on commit 29b7650

Please sign in to comment.