catalyst / moodle-auth_saml2

SAML done 100% in Moodle, fast, simple, secure
https://moodle.org/plugins/auth_saml2
70 stars 132 forks source link

Cannot override IdP name on field idpmetadata #732

Open jpahullo opened 1 year ago

jpahullo commented 1 year ago

What happened?

I'm trying in a Moodle instance for testing this plugin. In de field idpmetadata on the URL admin/settings.php?section=authsettingsaml2 I've set up:

Name1 https://url.idp1.com
Other name https://url.idp2.com

I also have enabled Dual login, and set up to show buttons on the login/index.php page.

I see a name forced form idp1 and idp2 as the text in both buttons, instead of the "Name1" and "Other name".

What you expected:

See "Name1" and "Other name" as text in those buttons.

Have I missed something?

Using Moodle 3.11.11 and latest plugin version (updated today).

Thanks!