-
Notifications
You must be signed in to change notification settings - Fork 15
Description
Hi,
this is possibly more of a question than a bug: I used the default configuration like documented in the readme. This did not work with an IPD that signs requests and I had to go dig around in the code to figure out that I need to enable authnRequestsSigned and generate the certificate with the same algorithm as is set in the IDP.
Now I get redirected back to the login page in TYPO3 but receive the error
The page did not exist or was inaccessible. Reason: Request parameters could not be validated (&cHash empty)
and I am not logged in at TYPO3 (probably because of the error).
Seeing as the called URL is
/login?loginProvider=1648123062&login-provider=md_saml&login_status=login&acs&logintype=login
that seems to make sense to me, so what am I missing to make this work?
Best regards,
Christiane