Announcing the Saviynt Knowledge Exchange unifying the Saviynt forums, documentation, training,
and more in a single search tool across platforms. Read the announcement here.

SAML SSO setup

DK
New Contributor
New Contributor

Trying to configure the SAML sso, before testing the SAML sso, wanted to have access to the "/ECM/login/authsaviynt" so that this can be used as alternate login if the SAML authentication failed.

enabled "localAuthEnabled" for user, provided this while testing the "/ECM/login/authsaviynt" url getting access denied error, looks like this particular url is blocked from saviynt.

how to enable this url ? 

9 REPLIES 9

Manu269
All-Star
All-Star

Can you refer following article and see if this helps : https://saviynt.freshdesk.com/support/solutions/articles/43000641546-configuring-saml-based-single-s...

Regards
Manish Kumar
If the response answered your query, please Accept As Solution and Kudos
.

DK
New Contributor
New Contributor

Hi,

The instructions were followed for this setup.  But the moment SAML is enabled it will take out the current log-in approach and in case SAML fails then there should be an alternate login method to disable the SAML or to fix this issue.

rushikeshvartak
All-Star
All-Star

Please try following URL:

https://<saviynt instance>/ECM/login/authsaviynt

change <saviynt instance> as per your instance url.

Make sure:

1) Non SSO ID has proper SAV role

2) Run following custom query job:

Update users set localAuthEnabled=1 where username='<username>';

change <username> as per your requirement


Regards,
Rushikesh Vartak
If you find the response useful, kindly consider selecting Accept As Solution and clicking on the kudos button.

Hi,

The user has already ROLE_ADMIN, hope the user dont need any other role.  If any additional role is needed, then provide the details.

Follow step 2 from above


Regards,
Rushikesh Vartak
If you find the response useful, kindly consider selecting Accept As Solution and clicking on the kudos button.

Hi Rushikesh,

all the steps are followed. Still not work and getting error as below 

Access Denied

You don't have permission to access "http://<client>.saviyntcloud.com/ECM/login/authsaviynt" on this server.
Reference #18.44e6ca17.1668399837.31be5931

Try with IP Address


Regards,
Rushikesh Vartak
If you find the response useful, kindly consider selecting Accept As Solution and clicking on the kudos button.

HelmutSeidl
New Contributor
New Contributor

@DK I am wondering if this ultimately worked, as I am facing the same challenge/question. 

https://<saviynt-tenant>/ECM/login/authsaviynt is not available over internet / public network. Please open a freshdesk ticket to disable SSO if required.