What is the correct way to add the SSO (OIDC only) to a docker-compose file? #516
Replies: 1 comment
|
I noticed that I wrote down HISTER__SERVER__OAUTH__ instead of HISTER__SERVER__OAUTH__OIDC__*. |
0 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.
Hello, I'm just trying out Hister for the first time (latest version as of this message) and I'm having a bit of trouble getting SSO to work via docker environment variables. I don't think I'm getting the syntax right. I'm able to have an authentication required screen come up, but no login button appears. Then intention is to have this go through Keycloak. The current settings are below and redacted.
Note that I attempted to append SERVER between hister and oauth but I got a complaint by docker that the values were then considered stings, which it does not want. I'm assuming that's supposed to be in there?
All reactions