Got OIDC working with Authentik #1037
Replies: 2 comments 4 replies
-
Thanks for sharing |
Beta Was this translation helpful? Give feedback.
-
Thanks for the example @FunDeckHermit ! Worked like a charm. By chance did you get the auto creation of users working between SFTPGo and Authentik? I created an 'identify provider login' event rule that calls an 'identity provider account check' action with the execute sync option. It's throwing the following errors that I can't figure out where they're coming from. {"level":"error","time":"2023-06-27T18:48:46.787","sender":"eventmanager","message":"unable to handle IDP login event "IDP login user", err: invalid character 'r' in literal false (expecting 'a')"} |
Beta Was this translation helpful? Give feedback.
-
Hi,
After reading both Authentik's and sftpgo docs I was sure they would be compatible somehow.
In Authentik, just make an OIDC provider and assign it to any empty application.
Here is my Docker compose config with hardcoded environment variables. The scopes are left empty, I did not need them.
docker-compose.yml file:
After this, create a user in sftpgo that is known in Authentik. Then just click the button and login. It was surprisingly painless to get going.
Beta Was this translation helpful? Give feedback.
All reactions