If you want to use OAuth/OIDC, please follow the instructions below. We will use Authentik as an OIDC provider example, with base URLDocumentation Index
Fetch the complete documentation index at: https://docs.postiz.com/llms.txt
Use this file to discover all available pages before exploring further.
https://authentik.example.com
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.

