Cannot save password in Basic Auth Profile
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-05-2023 07:59 AM
Due to the recent changes in Jira the authentication password length has increased. Due to this I am not able to save the password in Basic auth profile in ServiceNow. How to increase the length of the password field. I tried to increase the length by configuring dictionary and increasing the length but it seems not to work.
Please help
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-19-2024 07:39 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-19-2024 08:54 AM
Hi Shalika,
An alternative approach is to store hashed passwords instead of plain text in your Basic Auth profile. This enhances security and might bypass the character limit issue.