Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/remove-deprecated-dependency-que…
Browse files Browse the repository at this point in the history
…rystring' into remove-deprecated-dependency-querystring

# Conflicts:
#	test/samlp.logout.custom_store.tests.js
#	test/samlp.logout.session_store.tests.js
  • Loading branch information
aelliott-atlas committed Oct 19, 2023
2 parents 0775a40 + d63129a commit d8bc326
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/samlp.logout.custom_store.tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -625,7 +625,7 @@ describe('samlp logout with Session Participants - Custom Provider', function ()

var i = response.headers.location.indexOf('?');
var completeQueryString = response.headers.location.substr(i+1);
var parsedQueryString = Object.fromEntries(new URLSearchParams(completeQueryString))
var parsedQueryString = Object.fromEntries(new URLSearchParams(completeQueryString));

SAMLRequest2 = parsedQueryString.SAMLRequest;
sessionParticipant2LogoutRequestRelayState = parsedQueryString.RelayState;
Expand Down

0 comments on commit d8bc326

Please sign in to comment.