Skip to content

Pass the `portal-*cookie` values received in the portal config to the gateway login

Daniel Lenski requested to merge GP_portal_to_gateway_auth_with_cookies into master

This should resolve #147 (closed) for most (all?) cases.

This builds on the work of @yuezk in !109 (closed), and additionally adds a test to verify that the portal-to-gateway cookie handoff actually works, using our Flask-based mock GP server (fake-gp-server.py)

Many thanks to @goeran, who got me a log showing successful portal-to-gateway auth handoff using portal-userauthcookie (see #147 (comment 578888250)).

Edited by Daniel Lenski

Merge request reports