foxythemes / jira-cli

A jira user friendly command line client
https://jiracli.com
MIT License
204 stars 41 forks source link

SSO accounts #17

Closed benharri closed 6 years ago

benharri commented 6 years ago

I'm not able to authenticate with the current user/pass combo since my jira instance uses SSO. How do I log in with SSO?

miguelmich commented 6 years ago

Hello @benharri, can you please take a look to this: https://community.atlassian.com/t5/Jira-questions/REST-SSO-Atlassian-Account-JIRA/qaq-p/580736 it seems that the login with password still works in the API, maybe using your email instead your username? give it a try and let me know :)

benharri commented 6 years ago

@miguelmich that still didn't work. I'll give it another try tomorrow.

rmaclean-ee commented 6 years ago

You can use API tokens. I used my SSO email address and the token as the password https://confluence.atlassian.com/x/Vo71Nw

benharri commented 6 years ago

Oh the API token worked! Just got a chance to try it.

Thanks!