We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have got it to work somehow by adding username to client scope mapper and entering these objectids[1].
I had to skip this error to continue.
817 if (in_array($attributeKeyName, array_keys($attributes))) { 818 if (!$allowRepeatAttributeName) { 819 //fix??? 820 continue; 821 throw new ValidationError( 822 "Found an Attribute element with duplicated ".$keyName, 823 ValidationError::DUPLICATED_ATTRIBUTE_NAME_FOUND 824 ); 825 } 826 }
The only problem I know have is I am redirected to home and not eg to wp-admin
[1] https://github.com/catalyst/moodle-auth_saml2/blob/b622433b77e2df4b88e2cc2134d9f103f21ed171/.extlib/simplesamlphp/attributemap/name2oid.php#L59
dol-lab/wordpress-saml-plugin#1
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I have got it to work somehow by adding username to client scope mapper and entering these objectids[1].
I had to skip this error to continue.
817 if (in_array($attributeKeyName, array_keys($attributes))) {
818 if (!$allowRepeatAttributeName) {
819 //fix???
820 continue;
821 throw new ValidationError(
822 "Found an Attribute element with duplicated ".$keyName,
823 ValidationError::DUPLICATED_ATTRIBUTE_NAME_FOUND
824 );
825 }
826 }
The only problem I know have is I am redirected to home and not eg to wp-admin
[1]
https://github.com/catalyst/moodle-auth_saml2/blob/b622433b77e2df4b88e2cc2134d9f103f21ed171/.extlib/simplesamlphp/attributemap/name2oid.php#L59
dol-lab/wordpress-saml-plugin#1
The text was updated successfully, but these errors were encountered: