Script for login authentication
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2015 10:02 AM
Hi All,
What is script (script include/ BRule) used for validating user login into the servicenow instance?
Please share it.
Thanks in advance.
Regards,
VimalPriya S
- Labels:
-
Integrations
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2015 04:52 AM
Hi Pradeep,
As discussed I get to know about the script which establishes session to the user whoever logged in sucessfully.
My doubts over here is,
Either we uses script or packages for establishment ?
Please provide the clear idea on it.
Thanks in advance .
Regards,
VimalPriya S
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2015 06:02 AM
Pradeep,
Is this script "PortletLogin" establishes session ?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2015 05:16 PM
If I understand the question correctly, the BasicAuth Script Include is what you're looking for. If you're using SSO, you could probably do what you need in the Login Script.
-Chris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2015 01:43 AM
Yes I got it .
Thanks Pradeep
But still I have one more doubt,If the login has failed the error message will be populated from the installion exists as you mentioned.
In case ,if the login successfull from which script the session is provided to that user.