Replies: 7 comments 14 replies
-
I think you are looking for |
Beta Was this translation helpful? Give feedback.
-
I've done the sftpgo part, I set the variables in the config. |
Beta Was this translation helpful? Give feedback.
-
I think it's a matter of the oidc setting never loading into the pods. This is relevant config in values.yaml
We also define the following envvar for secret: The relevant snippet of the sftpgo.yaml file when I exec to the pod looks correct, see below:
However, if I look at pod logs I see this:
I don't see anything about oidc configs, so the configuration for it doesn't get loaded... Using latest image -> ghcr.io/drakkan/sftpgo:v2.2.3 |
Beta Was this translation helpful? Give feedback.
-
Thanks for your help on this, I'm using the edge variant:
The httpd config is: (I have client_secret as an envvar mentioned earlier)
Once pod loads and I look a the config in the logs, the OIDC settings are not getting populated:
As you can see above, the proxy_allowed does get loaded, but not the OIDC settings (except maybe for ClientSecet since it shows redacted) |
Beta Was this translation helpful? Give feedback.
-
To close this out, I will have to test OIDC more once 2.3 is out. I tried using edge version, however, it messed up the backend database and had to restore it, so I will test this more once 2.3 is out, thanks! |
Beta Was this translation helpful? Give feedback.
-
Updated to 2.3.1. Here are my OIDC settings: SFTPGO_HTTPD__BINDINGS__0__OIDC__CONFIG_URL: "" I have configured OneLogin with full URL ( https://<domain.com>/web/oidc/redirect ) and the reset of the settings look correct, but I am getting the following: Wrong OpenID role, the logged in user is not an SFTPGo admin |
Beta Was this translation helpful? Give feedback.
-
Was this ever solved? I have the same problem:
|
Beta Was this translation helpful? Give feedback.
-
Hello,
We are trying to use onelogin integration with SFTPGO using OIDC, but need to know what login url and redirect url to use. I looked in the documentation, but I cannot find this information.
Thanks much
Beta Was this translation helpful? Give feedback.
All reactions