Skip to content
This repository was archived by the owner on Jul 11, 2018. It is now read-only.
This repository was archived by the owner on Jul 11, 2018. It is now read-only.

SAML AuthnRequest sent by API cointains invalid ID attribute #11

@pmeulen

Description

@pmeulen

The ID attribute on the AuthnRequest is defined as a xs:NCName. This means it may not start with a digit. See: http://www.w3.org/TR/xmlschema-2/#NCName

AuthnRequest generated by API.

<saml2p:AuthnRequest xmlns:saml2p="urn:oasis:names:tc:SAML:2.0:protocol"
    AssertionConsumerServiceURL="https://api.surfconext.nl/v1/assertionConsumer"
    Destination="https://engine.surfconext.nl/authentication/idp/single-sign-on/key:20140505"
    ID="9bbd4148-b50b-4941-8202-8d383f9870d5"
    IssueInstant="2014-07-18T07:13:00.626Z"
    Version="2.0"
    >

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions