How do I log in to Single Sign on with Brave browser?

Malone Dunlavy September 30, 2019

I have enabled all cookies already but the browser tab still says "Unable to set session cookie". Not sure what to do.

1 answer

1 accepted

0 votes
Answer accepted
Malone Dunlavy October 1, 2019

One can manually add cookies to their Brave browser the same way they would with Chrome. Simply follow the instructions in this post: https://superuser.com/questions/244062/how-do-i-view-add-or-edit-cookies-in-google-chrome

I logged in on Chrome.
Settings>Privacy>View All Cookies
Searched for Jira. 
Copied the information into a string:
document.cookie="name=cloud.session.token; content=<enter string from Chrome cookie record>; domain=.jira.com; path=/; expires=<entertime> UTC"
Pasted the string in developer tools in Brave browser console and viola!

Suggest an answer

Log in or Sign up to answer