10/17/2022 01:25 PM
Hello,
Is there a way I can bypass SSO and login using an admin account into the environment?
Thanks,
Sushmita
Solved! Go to Solution.
10/17/2022 01:58 PM
What is use case here ?
You can login using ip for which localauthenticated flag under users for that logged in user should be true
10/17/2022 02:49 PM
Thank you for the response. I want to see if I can login as an admin once SSO is enabled in the Saviynt instance. This is just as a backup option that a business owner requested. How do I enable the 'localauthenticated' flag from the UI?
10/17/2022 03:00 PM - edited 10/17/2022 03:05 PM
10/17/2022 09:01 PM
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
10/18/2022 12:11 AM
Hi,
For that particular user you can run following custom query :
Update users set localAuthEnabled=1 where username='<username>';
10/18/2022 12:37 PM
Thank you for all the responses, I was able to do the same.
02/23/2023 03:45 AM
Hi, we have similar case at our end. We have SSO enabled for our instance and we would like to enable local auth for the users. We have set localAuthEnabled=1 for the user and the user has an action Saviynt account with SAV role assigned. However, local auth is not working for the user.
Is there anything else that we need to do, such as using an extension URL or something?
Please let us know.
03/01/2023 04:04 PM
Hi @Bharadwaj , I checked and found out that it's not possible for the 2021 version.
02/23/2023 02:53 PM
Hi @Bharadwaj , unfortunately we do not support local auth logins anymore nor we suggest it as per product team's guidelines.
Thanks,
03/23/2023 02:47 PM
What are my best options to get into our EIC environment when SSO configuration not working? we have only admin credentials which we were using to get onto application and we did PO recently.
03/24/2023 09:05 AM
@SureshPatike - Unfortunately, there is no way we can do it for the newer versions. There can be a way to change the user's attributes via API call - but definitely ask professional services or Support to help you out there.
03/24/2023 02:45 PM
This is what response got from support team. Also, they had to turn-off the SSO to use our admin credentials to use local authN.
"Best options for configuration SSO are by following the documentation for Configuring Authentication and following the information for SSO. Ensuring that you have a user with the needed privileges using SSO will allow you to login while it's enabled. As support is limited in scope with respect to implementation, please reach out to your CSM for further implementation assistance with SSO. Please follow our Troubleshooting SAML SSO in the documentation should you run into any further issues with SSO. If you're still having issues after that, then engage support and provide the details of the issue you're facing."