- Issue created by @Shefik
- Status changed to Postponed: needs info
28 days ago 4:36pm 30 December 2024 - π³π±Netherlands roderik Amsterdam,NL / Budapest,HU
Can you tell me more exactly what your situation is and what you are trying to achieve?
From just reading the patch, it looks like
- in Drupal, you have a Single Sign-on Service configured, that contains a TargetResource query string, e.g.
https://example.com/path-to-idp?TargetResource=SOME-URL
- Your code makes sure the TargetResource has a trailing slash, i.e.
https://example.com/path-to-idp?TargetResource=SOME-URL/
And that's all it does?
In that case, why don't you configure the Single Sign-on Service URL to already have that trailing URL?
- in Drupal, you have a Single Sign-on Service configured, that contains a TargetResource query string, e.g.