Skip to content
Discussion options

You must be logged in to vote

Silly me, it was a base64 encoded response, but I didn't uri decode it, so I was getting gibberish. This solved it for me:

const response = decodeURIComponent((await request.text()).replace('SAMLResponse=', ''))

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by proflivio
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant