How to enable local authentication on SSO enabled instance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2024 07:17 AM
Hi All,
I have a requirement where I client is looking for local authentication on SSO enabled instance.
Please let us know how I can configure (OR any OOB properties) for the same.
Regards,
Amit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2024 07:21 AM - edited 03-12-2024 07:23 AM
Hi @amit_kishore ,
Ideally, it is not recommended for local authentication for user(s) on SSO enabled environment otherwise the purpose of SSO is failed.
You can set the local password for the specific user from User table [sys_user], system will generate aplh-nemeric based password.
There is an UI Action "Set Password" on user table, check if its enable on your instance or not.
You can try in list view also, if you have admin access.
-Thanks,
AshishKM
Please mark this response as correct and helpful if it helps you can mark more that one reply as accepted solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2024 07:44 AM
@AshishKM thanks for the prompt response however we did try the same, but it did it work.
the requirement is where customer wants to keep one Local user in sys_user table so that they can use the same.
If I remembered correctly, SN use to provide an option in properties (it is top of my head right now) which can be used to enter from back door with local credential despite of SSO enabled instance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2024 07:56 AM - edited 03-12-2024 07:57 AM
you can create an additional local userId for the specific user and set the password, user can login via login.do url.
Please mark this response as correct and helpful if it helps you can mark more that one reply as accepted solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2024 08:12 AM