Skip to content

Commit

Permalink
Merge pull request #4218 from RestyaPlatform/issue/4143
Browse files Browse the repository at this point in the history
Fixes #4143: SAML authentication support to login changes added
  • Loading branch information
rrjanbiah authored Dec 28, 2020
2 parents b932fd0 + bf88173 commit a2624ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/js/templates/users_register.jst.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
</ul>
<% if (!_.isUndefined(APPS) && APPS !== null && !_.isUndefined(APPS.enabled_apps) && APPS.enabled_apps !== null && $.inArray('r_saml_shibboleth_sso',APPS.enabled_apps) !== -1 && R_SAML_ENTITY_NAME !== null && R_SAML_ENTITY_NAME !== '') {%>
<div class="form-group">
<a class="btn btn-primary htruncate col-xs-12" href="saml/?sso"><%= i18next.t("Login with %s", { postProcess: 'sprintf', sprintf: [R_SAML_ENTITY_NAME] }) %></a>
<a class="btn btn-primary htruncate col-xs-12" href="saml?sso"><%= i18next.t("Login with %s", { postProcess: 'sprintf', sprintf: [R_SAML_ENTITY_NAME] }) %></a>
</div>
<% } %>
</form>
Expand Down

0 comments on commit a2624ad

Please sign in to comment.