-
Notifications
You must be signed in to change notification settings - Fork 476
Closed
Description
I can generate a SLO request like this:
strategy.logout({
...
}, function createdLogoutUrl(error, requestUrl) {
reply.redirect(requestUrl);
});The user gets redirected to the SAML IdP which then redirects them back to the URL defined in the Location attribute of the SingleLogoutService element in the SP's metadata file, so far, so good, but the GET redirection from the IdP contains a SAMLResponse as part of the query string.
I can see there's a validatePostResponse method on the SAML class - how would I go about validating a GET response?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels