How to enable local authentication on SSO enabled instance.

amit_kishore
Tera Contributor

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

10 REPLIES 10

AshishKM
Kilo Patron
Kilo Patron

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

@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. 

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

@AshishKM unfortunately, if dint work with Login.do 😞

 

Any other way to do ?