-name:google-oauthtype:oauthpaths:-/*rule:clientId:xxxclientSecret:xxxx# oauth provider google, gitlab, github, amazon, facebook, customprovider:google# facebook, gitlab, github, amazonredirectUrl:https://example.com/callback/protected#RedirectPath is the PATH to redirect users after authentication, e.g: /my-protected-path/dashboardredirectPath:/dashboardscopes:-https://www.googleapis.com/auth/userinfo.email-https://www.googleapis.com/auth/userinfo.profilestate:randomStateStringjwtSecret:your-strong-jwt-secret | It's optional
Example of Authentik provider
-name:oauth-authentiktype:oauthpaths:-/protected-/example-of-oauthrule:clientId:xxxclientSecret:xxx# oauth provider google, gitlab, github, amazon, facebook, customprovider:customendpoint:authUrl:https://authentik.example.com/application/o/authorize/tokenUrl:https://authentik.example.com/application/o/token/userInfoUrl:https://authentik.example.com/application/o/userinfo/redirectUrl:https://example.com/callback#RedirectPath is the PATH to redirect users after authentication, e.g: /my-protected-path/dashboardredirectPath:''#CookiePath e.g.: /my-protected-path or / || by default is applied on a route pathcookiePath:"/"scopes:-email-openidstate:randomStateStringjwtSecret:your-strong-jwt-secret | It's optional