Skip to content

attributeKeyName maybe not getting value from config? #145

Description

@f1-outsourcing

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions