From 370da5aee33cd2d882674af03ccdb2b21720b0f5 Mon Sep 17 00:00:00 2001 From: Carter Mintey Date: Tue, 19 Mar 2024 01:06:45 +0000 Subject: [PATCH] update links --- .../docs/documentation/getting-started/authentication/oidc.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/docs/documentation/getting-started/authentication/oidc.md b/docs/docs/documentation/getting-started/authentication/oidc.md index ab31c12ff6af..fc8764ffe87e 100644 --- a/docs/docs/documentation/getting-started/authentication/oidc.md +++ b/docs/docs/documentation/getting-started/authentication/oidc.md @@ -48,4 +48,6 @@ Take the client id and your discovery URL and update your environment variables ## Examples -Example configurations for several Identity Providers have been provided by the Community in the [GitHub Discussions](https://github.com/mealie-recipes/mealie/discussions?discussions_q=is%3Aopen+OAuth+setup). If you don't see your provider and have successfully set it up, please consider creating your own post so that others can have a smoother setup. +Example configurations for several Identity Providers have been provided by the Community in the [GitHub Discussions](https://github.com/mealie-recipes/mealie/discussions/categories/oauth-provider-example). + +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.