-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Description
Hi,
I have to pass the samlrequest arg in the url to the adfs entry point.
I think something is wrong in SchemeAuthenticate.js, because the search url param (which contains samlrequest) is overwrite by RelayState (line 32).
const idpLoginUrl = new URL(loginUrl.toString());
This contains the samlrequest param.
idpLoginUrl.search = 'RelayState=${request.path}';
This overwrite.
If I remove this line, samlrequest is passing.
Is there an option to preserve arguments, or remove the relaystate ?
Many thanks,
MZanggl and jonathansamines
Metadata
Metadata
Assignees
Labels
No labels