serenity-bdd / serenity-cucumber

Cucumber integration for the Serenity BDD Reporting library
Other
78 stars 74 forks source link

JIRA SSO login authentication issue #179

Open abhisekdey opened 5 years ago

abhisekdey commented 5 years ago

the company i work for have recently moved to SSO for JIRA and as a result i am getting authentication error if i use password property (jira.password)..and if i dont provide anything it asks me to provide one.

Do we have a way already established to handle single sign on for JIRA integration?

wakaleo commented 5 years ago

Not currently - have a look at https://github.com/serenity-bdd/serenity-jira/tree/master/serenity-jira-plugin and https://github.com/serenity-bdd/serenity-jira/blob/master/serenity-jira-plugin/src/main/java/net/serenitybdd/plugins/jira/service/JIRAConnection.java.

abhisekdey commented 5 years ago

Do we have plan to implement this feature in upcoming releases?

wakaleo commented 5 years ago

Probably not, but you are welcome to make a pull request if you know how it would work with the JIRA API, or raise a support ticket (https://johnfergusonsmart.com/serenity-bdd-mentoring/).