user login
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2022 11:14 AM
Hi Everyone,
Can we use Emailid and password to login instead of UserID ?
just For Example purpose:
user id : test.amazon
first name : test
Last name : amazon
email-id : test@amazon.com
Basically we user UserID/Pwd to login into instance , but here we use user profile of EMail-Id to login into instance ? CAn we do that ?
is it Possible ?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-03-2022 03:03 AM
You Need to install that plugin
Refer to this link please
Activate Multi-Provider SSO plugin
***Mark Correct or Helpful if it helps.***

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2022 11:52 AM
Did you check for property: glide.authenticate.multisso.login_locate.user_field in sys_properties table
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2022 08:06 PM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2022 02:41 AM
Yes, you can do it. Does your instance have enabled multi sso enabled?
Turn off ACR by setting system property glide.sso.acr.enabled value as false and users should be able to login successfully. In a situation where even an Admin can also not log in, it requires turning off the aforementioned property from the database.
Also you can change login from user id to email by using below post:
Using email instead of user_name on SSO
Aman Kumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2022 02:57 AM
Hey Aman,
No , it is complete OOB fresh instance . in my instance "multi sso " not enabled . is it Mandatory part?
without Enabling sso, can't we make it please ?