Credentials for side_door.do?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-25-2016 09:40 AM
Hi,
I'm a beginner in ADFS, SAML.
I understand that side_door.do is to bypass SSO and get in using external authentication.
What credentials does the admin need to use for username and password to get in?
Normal sign in credentials are not working.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-25-2016 09:49 AM
The password you need is the one stored in the ServiceNow instance on your user record. The side_door bypasses all external authentication and uses only the credentials saved in ServiceNow. If you haven't saved a password in your ServiceNow user record you won't be able to use the side door.
-Steve
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-25-2016 12:16 PM
Thanks, When I save a password, it gets cleared automatically. The source and LDAP server fields on user record are populated. I wonder how the admins should get inside if the SAML 2.0 certificates expired?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-25-2016 10:58 AM
Verify on the user account you are attempting to authenticate with to determine where the source of authentication is located at. If the LDAP Server field has an entry along with the source field, using the /side_door.do will still utilize LDAP to perform authnication. As stated above, if your system account is not using an LDAP account, then it will use local credentials. The /side_door.do just bypasses the routing for SSO but the methods for authnication still stay the same.
Hope this helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-25-2016 12:17 PM
Thanks for the reply, The source and LDAP server fields on user record are populated. I wonder how the admins should get inside if the SAML 2.0 certificates expired?