Closed melanisilva closed 10 months ago
Possibly related to https://github.com/wso2/product-is/issues/18366
Modified the j2
to honor legacy_mode.enabled
and legacy_authz_runtime.enable
as well when resolving isSaas
since the apps are SaaS
in the legacy mode.
{% if console.is_saas is defined %}
"isSaas": {{ console.is_saas }},
{% elif legacy_mode.enabled is defined %}
"isSaas": {{ legacy_mode.enabled }},
{% elif legacy_authz_runtime.enable is defined %}
"isSaas": {{ legacy_authz_runtime.enable }},
{% endif %}
Describe the issue:
$Subject Redirecting to a blank page from
https://github.com/wso2/product-is/assets/41188245/254295e5-664d-46b5-bf63-12c67604d9f2
How to reproduce:
Select Application
step.Expected behavior:
Environment information (Please complete the following information; remove any unnecessary fields) :
Optional Fields
Related issues:
Suggested labels: