Hello, I ran into following issue:
- A user accesses, for example:
https://mycompany.com/data?id=1234
- This user is not logged in pritunl-zero then gets redirected to the login page:
https://mycompany.com/?redirect_url=%2Fdata%3Fid%3D1234
Hello, I ran into following issue:
https://mycompany.com/data?id=1234
https://mycompany.com/?redirect_url=%2Fdata%3Fid%3D1234
https://mycompany.com/auth/request?id=<okta provider ID>
. In this step the query string and URL path is lost.https://mycompany.com
By disabling fast_login, the issue is gone.
However I do want to have fast_login enabled. Checked the code, I believe this can be fixed by passing the originl URL info to the function GetFastServicePath()
Sorry have to split the question into 3 parts as new user is disallowed to post more than 2 links.
This has been fixed in the repository and will be included in the next release.
Do we have an ETA of next release?
This should be available later this week.
@zach Thanks for fixing the issue.
The new version is available, do you have plan to update docker image?
The latest Docker Pritunl Zero image is now available.