In the Admin interface, create your OAuth provider under Applications -> Providers and add your web app URL containing /auth/authentik inside Redirect URIs section (you can use localhost)
Retrieve Client ID and Client Secret and add them to .env file as NUXT_OAUTH_AUTHENTIK_CLIENT_ID and NUXT_OAUTH_AUTHENTIK_CLIENT_SECRET, along with your instance URL as NUXT_OAUTH_AUTHENTIK_DOMAIN
Hello, this PR adds Authentik as provider
Steps
Admin interface
, create your OAuth provider underApplications -> Providers
and add your web app URL containing/auth/authentik
inside Redirect URIs section (you can use localhost).env
file asNUXT_OAUTH_AUTHENTIK_CLIENT_ID
andNUXT_OAUTH_AUTHENTIK_CLIENT_SECRET
, along with your instance URL asNUXT_OAUTH_AUTHENTIK_DOMAIN