https://authentik.example.com
1
Create an Application/Provider on the Authentik side
You will find the following important information:
redirect_uri=>https://postiz.yourserver.com/settingsclient_id=>randomclientidclient_secret=>randomclientsecretauth_url=>https://authentik.example.com/application/o/authorizetoken_url=>https://authentik.example.com/application/o/tokenuserinfo_url=>https://authentik.example.com/application/o/userinfo
The same information needs to be configured on other OIDC providers such as Keycloak, Dex, etc.
2
Configure POSTIZ_GENERIC_OAUTH
true to enable OIDC login.3
Configure display name
4
Configure logo URL
5
Configure POSTIZ_OAUTH_URL
6
Configure POSTIZ_OAUTH_AUTH_URL
7
Configure POSTIZ_OAUTH_TOKEN_URL
8
Configure POSTIZ_OAUTH_USERINFO_URL
9
Configure POSTIZ_OAUTH_CLIENT_ID
10
Configure POSTIZ_OAUTH_CLIENT_SECRET

