Nicola Scendoni created SLING-13004:
---------------------------------------
Summary: Query parameters from original request are lost after
authentication
Key: SLING-13004
URL: https://issues.apache.org/jira/browse/SLING-13004
Project: Sling
Issue Type: Improvement
Components: Extensions
Reporter: Nicola Scendoni
Step to reproduce:
# User try to access to a path protected by the authentication handler,
passing some query parameter: Example: /sso?param1=value1
# After the authentication, the user is redirect first to the callback_uri and
then to the url /sso without the query parameters
Expected result:
# User try to access to a path protected by the authentication handler,
passing some query parameter: Example: /sso?param1=value1
# After the authentication, the user is redirect first to the callback_uri and
then to the url /sso?param1=value1
--
This message was sent by Atlassian Jira
(v8.20.10#820010)