Skip to content
This repository has been archived by the owner on Jan 21, 2022. It is now read-only.

Commit

Permalink
Added additional config parameter to fix autologin
Browse files Browse the repository at this point in the history
Change-Id: I6a184abd0d695a78962432f45b79125b16aa6e0f
  • Loading branch information
joeldsa committed Nov 6, 2012
1 parent 4d887d5 commit eff7acc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion jobs/login/templates/login.yml.erb
Expand Up @@ -17,9 +17,11 @@ uaa:
url: <%= uaa_base %>/oauth/token
login:
url: <%= uaa_base %>/login.do
clientinfo:
url: <%= uaa_base %>/clientinfo

<% if !properties.uaa.clients || !properties.uaa.clients.login %>
LOGIN_SECRET: <%= properties.uaa.login.client_secret %>
<% else %>
LOGIN_SECRET: <%= properties.uaa.clients.login.secret %>
<% end %>
<% end %>

0 comments on commit eff7acc

Please sign in to comment.