For the VCF Operations orchestrator Plug-In for VCF Automation for VM Apps in a Greenfield deployment, a shared session is only supported when vIDM is configured as the Identity Provider (IDP).
The VM Apps Org should also be marked as default login org.
With VCFA 9.x (Greenfield deployment), the VCF Operations orchestrator Plug-In for VCF Automation for VM Apps supports shared sessions only when vIDM is configured as the Identity Provider (IDP). By default, shared sessions for the plug-in will not work for fresh VCFA 9.x setups unless vIDM is set as the IDP and the VM Apps organization is made the default login organization.
To simplify the configuration, download and run the two attached scripts from a VCF Automation VM command line
sudo su -chmod 777 createOauthClient.sh./createOauthClient.shsudo su -chmod 777 oidc_config.sh./oidc_config.sh1. Re-deploy application services in the VCF Automation Setup via the below commands:
# Login to VCFA Setup through SSH1. export KUBECONFIG={your .kubeconfig file} # Eg: vmsp-#######.kubeconfig2. Run the below command to re-deploy the application services: kubectl delete hr -n prelude vmsp-prelude-deployer
2. Login to VCF Automation VM Apps Org with the imported vIDM Username and Password. Login should be successful.