Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed authentication on issues.jboss.org #35

Merged
merged 1 commit into from
Sep 21, 2015

Conversation

TomasHofman
Copy link
Contributor

URL https://issues.jboss.org/step-auth-gss returns 404 which prevents did from authenticating.

I added optional sso_url parameter to Jira plugin, which can be used to specify custom SSO URL.

For instance:

[eap7]
type = jira
prefix = JBEAP
project = JBEAP
url = https://issues.jboss.org/
sso_url = https://sso.jboss.org

self.url + "/step-auth-gss" returns 404 on issues.jboss.org, so optional
sso_url parameter was added to Jira plugin

for jboss.org, it can be configured as follows:

[jboss.org]
type = jira
...
sso_url = https://sso.jboss.org
@psss psss merged commit 97bd4e5 into psss:master Sep 21, 2015
@psss
Copy link
Owner

psss commented Sep 21, 2015

Thanks for the improvement, Tomas. Merged into master.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants