datahub-project / datahub

The Metadata Platform for your Data and AI Stack
https://datahubproject.io
Apache License 2.0
9.93k stars 2.94k forks source link

fix(auth)- Fix Redirect url flow in OidcCallback #11878

Closed mkamalas closed 1 day ago

mkamalas commented 3 days ago

This PR is to address an issue with Pac4j upgrade changes done in PR #11709. After this change, the redirection to the original requested url is not happening after authentication.

The change made is to create the set the redirect url before the action object is created.

Checklist