Skip to content

Commit

Permalink
Allow kubernetes to login with CILogon (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
treydock authored Mar 23, 2022
1 parent 883b15f commit e544526
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion login/template.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<#else>
<#assign mapping = false>
</#if>
<#if realm.password && social.providers?? && ! url.oauthAction?contains("first-broker-login") && client?? && client.clientId?contains("osc.edu")>
<#if realm.password && social.providers?? && ! url.oauthAction?contains("first-broker-login") && client?? && (client.clientId?contains("osc.edu") || client.clientId?contains("kubernetes"))>
<#assign showSocial = true>
<#else>
<#assign showSocial = false>
Expand Down

0 comments on commit e544526

Please sign in to comment.