cdaecke / md_saml

TYPO3 SSO Login with SAML authentication
Other
2 stars 9 forks source link

Redirecting to base url, not to calling url #2

Closed githubUser123444 closed 1 year ago

githubUser123444 commented 1 year ago

First of all thanks for the great Extension!

One thing that the extension seems to be missing is supporting the response URL. When logging in via the idp the extension keeps sending me to the base url of my website, not to the calling url. Instead of being redirected to mywebsite.com/login, i am redirected to mywebsite.com Am i missing some configuration?

Thanks in advance

cdaecke commented 1 year ago

You are able to configure the returning url in Typoscript (assertionConsumerService.url):

Frontend users: https://github.com/cdaecke/md_saml/blob/c50b1afa598aba7bf86b5fab902ef6840d5ed250/Configuration/TypoScript/setup.typoscript#L34-L41

Backend user: https://github.com/cdaecke/md_saml/blob/c50b1afa598aba7bf86b5fab902ef6840d5ed250/Configuration/TypoScript/setup.typoscript#L10-L14

cdaecke commented 1 year ago

I consider this issue as resolved. If you have more questions, just open a new issue.