You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Used when the primary mapping does not match against any particular
user. This can be used in the case where attributes used for id
management are transitioned from one field to another, and allows for a
gradual non-disruptive rollover.
$string['idpmetadata_badurl'] = 'Invalid metadata at {$a}';
99
101
$string['idpmetadata_help'] = 'To use multiple IdPs enter each public metadata url on a new line.<br/>To override a name, place text before the http. eg. "Forced IdP Name http://ssp.local/simplesaml/saml2/idp/metadata.php"';
100
102
$string['idpmetadata'] = 'IdP metadata xml OR public xml URL';
@@ -115,6 +117,8 @@
115
117
$string['manageidpsheading'] = 'Manage available Identity Providers (IdPs)';
116
118
$string['mdlattr_help'] = 'Which Moodle user field should the IdP attribute be matched to?';
117
119
$string['mdlattr'] = 'Mapping Moodle';
120
+
$string['mdlattrsecondary_help'] = 'Which Moodle user field should the IdP secondary attribute be matched to?';
0 commit comments