- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-06-2023 11:34 PM
I have to integrate Jira nad ServiceNow using Basic Authentication and for that the length of the token key generated from Jira is very large which is not accepting in the basic auth profile and it generates the error as follows -
When I changed the length of the password in discovery_credential table to 2000, it is still showing the same error. I do not know if the length increased or not.
How to solve this issue?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-03-2023 11:23 PM
In order to solve the issue, I suggest you apply the changes to the following:
You can make this 5000 char long for testing purposes.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-03-2023 11:17 PM
Having same issue even if I updated the max length but still action is going to be abort.
Can anyone know the solution?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-03-2023 11:23 PM
In order to solve the issue, I suggest you apply the changes to the following:
You can make this 5000 char long for testing purposes.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-03-2023 11:24 PM
Do not increase the length in one go. Do that in steps, like first increase that to 200 and save. then 400 save. repeat till 2000 and check.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-06-2023 10:37 PM