...
Go to portal deployment value.yaml
Search the property SAML_SSO_ENABLE and change the value ‘false’ to ‘true’ to enable SAML SSO in AC4.
...
Then search SAML_SSO_METADATA_GENERATOR_ENTITY_BASE_URL property and change the default value(https://ac-webapp-gateway) from application URL like https://aig-dev.adeptia.com
...
Then search SAML_SSO_IDPS_CONFIGURATION_0_METADATA_LOCATION property and put the client IDP metadata xml
file:///shared/SAML/<<client metadata file>>
...
SAML_SSO_IDPS_CONFIGURATION_0_METADATA_LOCATION
Value:
file:///shared/SAML/Okta_metadata-Adeptia.xml
This configuration parameter points to the metadata location file for the first SAML IdP configuration. The file is named "Okta_metadata-Adeptia.xml" and is stored in the
/shared/SAML/
directory.
SAML_SSO_IDPS_CONFIGURATION_0_REGISTRATION_ID
Value:
default
This parameter sets the registration ID for the first SAML IdP configuration. The value "default" likely indicates that this is the primary or default SAML IdP.
SAML_SSO_IDPS_CONFIGURATION_1_METADATA_LOCATION
Value:
file:///shared/SAML/SAML-AIG-Adeptia-Dev.xml
This parameter points to the metadata location file for the second SAML IdP configuration. The file is named "SAML-AIG-Adeptia-Dev.xml" and is stored in the
/shared/SAML/
directory.
SAML_SSO_IDPS_CONFIGURATION_1_REGISTRATION_ID
Value:
Azure
This parameter sets the registration ID for the second SAML IdP configuration. The value "Azure" suggests that this configuration is associated with an Azure-based SAML IdP.
Add the below property in to the portal deployment for OKTA SSO
...