I am successfully able to complete till step 3 which is installing sso. However , I am getting below error while enabling saml for ui :/opt/apigee/apigee-service/bin/apigee-service edge-ui configure-sso -f edge-ui-config.txt
Error after running this command is : Authentication failed for client ssoadmin.
The name of the OAuth client used to connect to apigee-sso.
The default client name is edgeui.
EDGEUI_SSO_CLIENT_NAME=edgeui
Oauth client password using uppercase, lowercase, number, and special chars.
EDGEUI_SSO_CLIENT_SECRET=ssoClient123
If set, the existing EDGEUI client is deleted and new one is created.
The default value is “n”.
Set to “y” when you configure SAML and change the value of
any of the EDGEUI_* properties.
EDGEUI_SSO_CLIENT_OVERWRITE=y
edge-sso-config also has same credentials:
SSO admin user name. The default is ssoadmin.
SSO_ADMIN_NAME=ssoadmin
SSO admin password using uppercase, lowercase, number, and special chars.
SSO_ADMIN_SECRET=Secret123
I. have validated again it’s not invalid DB or invalid credentials.
Could you please elaborate more on network issues with PG DB (during installation of edge-sso, it creates table with name apigee_sso in PG so it should be able to fetch the token also during edge-ui)
Please advice as I am currently stuck at this step which is the last step of enabling saml on UI.
you are using HTTPS for MS. does your server trust this certificate? because of HTTPS (and not trusting this cert) - it might give the error you observing