mbg / wai-saml2

WAI middleware implementing SAML2
MIT License
5 stars 6 forks source link

Add subjectNameId to Subject #13

Closed kdxu closed 1 year ago

kdxu commented 1 year ago

I added subjectNameId, so that SP can identify users by identifier.

kdxu commented 1 year ago

@mbg Thanks for the review. As you pointed out, I defined SubjectNameID as type synonim. https://github.com/mbg/wai-saml2/pull/13/commits/05139ac9659523086a2f32963deebc001cbf57fd

mbg commented 1 year ago

Thanks for making the change @kdxu!

mbg commented 1 year ago

This is now released as https://hackage.haskell.org/package/wai-saml2-0.3.0.0, thank you again!