- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hello All,
In the source instance, there is a button that opens an article in the target instance when clicked, but it requires authentication.
Is there any workaround that would allow automatic login using the provided target instance credentials, or any other approach so that users do not need to enter credentials manually?
Note: The users in the source and target instances are different.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
@Ankur Bawiskar any suggestions??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Automatically logging in by embedding target instance credentials in a UI action URL is highly discouraged and is often disabled by default due to significant security risks, including credential exposure and harvesting.
For security hardening, ServiceNow instances generally prevent direct URL-based authentication methods such as login.do? parameters.
When automation without SSO is required, the recommended approach is to use secure authentication mechanisms like OAuth 2.0 or API keys , which allow token-based authentication instead of transmitting plaintext credentials.
Refer ServiceNow Documentation: Authentication
Regards
Tanushree Maiti
ServiceNow Technical Architect
LinkedIn: https://www.linkedin.com/in/tanushreemaiti