Skip to content
New issue

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

attributeKeyName maybe not getting value from config? #145

Open
f1-outsourcing opened this issue Nov 18, 2024 · 0 comments
Open

attributeKeyName maybe not getting value from config? #145

f1-outsourcing opened this issue Nov 18, 2024 · 0 comments

Comments

@f1-outsourcing
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant