Replies: 1 comment 3 replies
-
|
Turns out copyparty depends on HTTP headers. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Howdy, I'm trying to get auth via keycloak working. Keycloak doesn't seem to be setting any http headers after login, so I'm not sure how to get it working with copyparty.
What seems to be happening is: a successful login into keycloak, then a redirect back to copyparty with a bunch of URL params on the copyparty URL, which get dropped by copyparty. One such param is
?session_state, another is&code.Has anyone gotten copyparty working with keycloak?
More information about my setup: I'm running copyparty in kubernetes, no traefik, and connecting in to copyparty via cloudflared.
Beta Was this translation helpful? Give feedback.
All reactions