From 03dc459162301410d6b5b4b36e8fc3d2d46025ed Mon Sep 17 00:00:00 2001 From: Mike Nguyen Date: Thu, 8 Jan 2026 15:47:15 -0500 Subject: [PATCH] docs: fix authentik oidc link (#6851) --- .../documentation/getting-started/authentication/oidc-v2.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/docs/documentation/getting-started/authentication/oidc-v2.md b/docs/docs/documentation/getting-started/authentication/oidc-v2.md index 98abc0397..14032dbd5 100644 --- a/docs/docs/documentation/getting-started/authentication/oidc-v2.md +++ b/docs/docs/documentation/getting-started/authentication/oidc-v2.md @@ -9,7 +9,7 @@ Mealie supports 3rd party authentication via [OpenID Connect (OIDC)](https://openid.net/connect/), an identity layer built on top of OAuth2. OIDC is supported by many Identity Providers (IdP), including: -- [Authentik](https://goauthentik.io/integrations/sources/oauth/#openid-connect) +- [Authentik](https://integrations.goauthentik.io/documentation/mealie/) - [Authelia](https://www.authelia.com/integration/openid-connect/mealie/) - [Keycloak](https://www.keycloak.org/docs/latest/securing_apps/#_oidc) - [Okta](https://www.okta.com/openid-connect/) @@ -68,7 +68,6 @@ Example configurations for several Identity Providers have been provided by the If you don't see your provider and have successfully set it up, please consider [creating your own example](https://github.com/mealie-recipes/mealie/discussions/new?category=oauth-provider-example) so that others can have a smoother setup. - ## Migration from Mealie v1.x **High level changes**