Skip to content

WPB-17655 fix saml auth resp parsing #4577

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

Merged
merged 8 commits into from
May 16, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fix filenames in test
  • Loading branch information
supersven committed May 16, 2025
commit 71c28eb2f0e3c04486c5326c8bc2faf0f574d06d
2 changes: 1 addition & 1 deletion libs/saml2-web-sso/test/Test/SAML2/WebSSO/APISpec.hs
Original file line number Diff line number Diff line change
Expand Up @@ -346,4 +346,4 @@ spec = describe "API" $ do
length assertions `shouldBe` 1

it "utf8 characters in authentication response are parsed correctly (not as Char8)" $ do
check "microsoft-azure-utf8-issue-metadata.base64" "microsoft-azure-utf8-issue-authentication-request.base64"
check "microsoft-azure-utf8-issue-metadata.xml" "microsoft-azure-utf8-issue-authentication-request.xml"