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

Add possibility for custom login link #26

Merged
merged 1 commit into from
Jun 29, 2016
Merged

Add possibility for custom login link #26

merged 1 commit into from
Jun 29, 2016

Conversation

schildwaechter
Copy link
Contributor

This adds an option to set a custom login link, which is displayed when no user is logged in.
This can be used for setups where anonymous access to jenkins is possible and a session can be initiated through central authentication, e.g. Shibboleh.

@wilderrodrigues
Copy link
Member

Hi @schildwaechter ,

I'm merging your PR and will try to get some time this week for a release.

Thanks!

Cheers,
Wilder

@wilderrodrigues wilderrodrigues merged commit 24f1413 into jenkinsci:master Jun 29, 2016
@schildwaechter schildwaechter deleted the custom_login_link branch June 29, 2016 13:59
@@ -33,6 +33,9 @@ THE SOFTWARE.
<f:textbox field="headerGroupsDelimiter" default="|" />
</f:entry>
<f:advanced>
<f:entry title="${%Custom Log In URL}" >
<f:textbox name="customLogInUrl" value="${instance.customLogInUrl}" />
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should have an associated help file as this doesn't seem like a feature with obvious behavior.

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.

3 participants