steffow / meteor-accounts-saml

SAML SP tested with OpenAM
27 stars 29 forks source link

Fix nameId attributes in SAML logout request #32

Closed brenard closed 5 years ago

brenard commented 5 years ago

Hello,

The nameId attributes in logout request is currently partially hard-corded when in SAML standard, we have to put same attributes as submitted during SAML SSO. This PR fix that by retrieving, storing and reusing this attributes during SAML SLO.

Note : This fix permit to be compliant with Lasso based Identity providers.

Regards,

steffow commented 5 years ago

Thank Brenard!

steffow commented 5 years ago

Would y be able to extend the small readme with instructions for Lasso (havent heard that since ages)?

brenard commented 5 years ago

Lasso is just more strict about the respect of SAML2 standard. I do not know which comment could be appropriated.

Thank you !