Shibboleth IDP 3 and Onelogin PHP SAML library
Cantor, Scott
cantor.2 at osu.edu
Wed Jun 21 15:24:05 EDT 2017
On 6/21/17, 3:15 PM, "users on behalf of Richard Genthner" <users-bounces at shibboleth.net on behalf of richard at guthnur.net> wrote:
> according to the doc's I believe this should work:
You're mixing namespace styles and syntaxes here, but offhand I would say that you don't have a default namespace declared and therefore "Requester" is an unqualified QName that isn't the same as afp:Requester. I don't know what version you're using or which language variant you're trying to use, but mixing the old stuff with split namespaces (afp, basic, saml prefixes) with the newer flattened version is not a great choice.
Basically, set xmlns="..." to what afp is bound to, get rid of all references to basic and afp prefixes and then fix any bugs. It's a largely mechanical translation to get off the old syntax and then it will be done.
-- Scott
More information about the users
mailing list