Skip to content

Commit e3da809

Browse files
committed
Set IdP name on the wayf__idp row
This display name is assumed to be set on the idp row when sending the request access mail message. Not having it set here will result in the mail message not being sent. See point 3 of: https://www.pivotaltracker.com/story/show/180935719
1 parent 4ef5324 commit e3da809

File tree

1 file changed

+1
-0
lines changed
  • theme/base/templates/modules/Authentication/View/Proxy/Partials/WAYF/idp

1 file changed

+1
-0
lines changed

theme/base/templates/modules/Authentication/View/Proxy/Partials/WAYF/idp/idp.html.twig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
{% if idp['isDefaultIdp'] %}id="defaultIdp"{% endif %}
1414
tabindex="0"
1515
data-entityid="{{ idp['entityId'] }}"
16+
data-title="{{ idp['displayTitle'] }}"
1617
>
1718
<div class="idp__logo">
1819
{% if idp.logo is not null %}

0 commit comments

Comments
 (0)