...
Login into Okta with the credential after activating the email sent by Okta in your registered email ID.
...
Expand Applications > Click on Applications > Select Create App Integration
...
Click Add Application and create an application with a sign-on method SAML 2.0.
...
Configure General Setting, Add Name and click next Next.
...
Uploading Connect Portal SP MetaData into Okta Server
Configure the URL of the Connect portal and Audience URI (Sp Entity Id), for configuring Single Sign-on URL and Audience URI (Sp Entity Id), you can first hit the URL: <protocol_name>://<ip_address>:<port_number>/saml2/service-provider-metadata/<registration_Id>
it will download the file "spring_saml_metadata.xml".
...
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>>
Add the below property in to the portal deployment for OKTA SSO
...