[
https://issues.apache.org/jira/browse/SLING-13004?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Nicola Scendoni resolved SLING-13004.
-------------------------------------
Resolution: Fixed
PR: [https://github.com/apache/sling-org-apache-sling-auth-oauth-client/pull/39]
> 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
> Assignee: Nicola Scendoni
> Priority: Major
>
> 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)