question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Authentication issue: unable to access profile page.

See original GitHub issue

The script is not working for SSO. I used several methods to pass the needed cookie with cookies.json, none of them worked. For example, I copied only the orm-jwt cookie and pasted with json format and did not work.

Issue Analytics

  • State:open
  • Created a year ago
  • Comments:7

github_iconTop GitHub Comments

2reactions
cipri-tomcommented, May 10, 2022

The JSON needs to be stripped from everything else. For me, it works with just the following 3 cookies:

{
    "groot_sessionid": "8tjtl...",
    "orm-jwt": "eyJhbGciO...",
    "orm-rt": "eead..."
}
0reactions
scout249commented, Nov 28, 2022

@mingma-tr I am able to authenticate with my library card now.

Read more comments on GitHub >

github_iconTop Results From Across the Web

use session not working · Issue #167 - GitHub
Every i try to download, faced error and open web site, sessionid is changed ... Authentication issue: unable to access profile page.
Read more >
"Authentication failed" error when you try to log on to Unified ...
Fixes a problem in which you receive an "Authentication failed" error message when you use the UPN format to log on to a...
Read more >
Troubleshooting Active Directory Authentication / AD login ...
Open the Local Group Policy Editor: hit Start, type “gpedit. msc,“ and then select the resulting entry.
Read more >
Troubleshoot Authentication Issues - Palo Alto Networks
When users fail to authenticate to a Palo Alto Networks firewall or Panorama, or the Authentication process takes longer than expected, ...
Read more >
Fix login issues on websites that require a username and ...
If deleting cookies for the site with the problem did not fix the error, clear all the cookies stored on your computer and...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found