Skip to content

Fix SAML response parsing for browser client

Latest
Compare
Choose a tag to compare
@mmmorris1975 mmmorris1975 released this 02 May 14:23
· 7 commits to master since this release
2da0682

Some identity providers send extra attributes along with the SAMLResponse, which was causing the client to fail to find the necessary SAML assertion to provide to AWS. This release changes the parsing of that data so that we reliably find the SAML assertion when other attributes are passed in the response.

Fixes #103