Rackula does not redirect to OIDC provider when unauthorized #1386
BRShadow19
started this conversation in
Report a problem
Replies: 0 comments
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.
-
Hello,
I have been trying to set up OIDC authentication with Authentik on a persistent instance of Rackula. I believe I have set the proper environment variables for Rackula, but whenever I try to access the app it simply says "Unauthorized" and never tries to sign me in with Authentik.

Upon being unauthorized, I would expect Rackula to either show a button to log in with OIDC or automatically redirect to my configured provider to obtain an access token. Perhaps I am doing something wrong with my config? Below is my docker-compose.yml with relevant variables redacted/changed for security:
I am also using Caddy as my reverse proxy with a TLS certificate rather than Nginx. Other applications that run behind Caddy do not have this issue, but perhaps there is some additional proxy configuration I need to add in order to use Caddy with Rackula?
Any advice or assistance is appreciated. I have otherwise been enjoying Rackula very much, it's a great tool!
Beta Was this translation helpful? Give feedback.
All reactions