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

Issue correct message for SAML Status responses #20

Open
rhoerbe opened this issue Aug 20, 2017 · 0 comments
Open

Issue correct message for SAML Status responses #20

rhoerbe opened this issue Aug 20, 2017 · 0 comments

Comments

@rhoerbe
Copy link
Contributor

rhoerbe commented Aug 20, 2017

SAML defines a set of conditions that allow to pass exceptions, such as misconfiguration or authentication failures. Meteor should understand these conditions and use them for logging and display them instead of "TypeError: Cannot read property 'toString' of undefined". Such a message could be for example:

<Status>
    <StatusCode Value="urn:oasis:names:tc:SAML:2.0:status:Responder">
        <StatusCode Value="urn:oasis:names:tc:SAML:2.0:status:AuthnFailed" />
    </StatusCode>
    <StatusMessage>Authentication failed. Error id [urn:uuid:0391278a-b19e-4b96-9529-45efcc2739f1]</StatusMessage>
</Status>
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