diff --git a/docs/docs/documentation/getting-started/authentication/oidc-v2.md b/docs/docs/documentation/getting-started/authentication/oidc-v2.md index fff444cf7..1e7c3770e 100644 --- a/docs/docs/documentation/getting-started/authentication/oidc-v2.md +++ b/docs/docs/documentation/getting-started/authentication/oidc-v2.md @@ -25,7 +25,7 @@ Before you can start using OIDC Authentication, you must first configure a new c 1. Create a new client application - The Provider type should be OIDC or OAuth2 - The Grant type should be `Authorization Code` - - The Client type should be `private` (you should have a **Client Secret**) + - The Client type should be `confidential` (you should have a **Client Secret**) 2. Configure redirect URI @@ -56,7 +56,7 @@ There are two (optional) [environment variables](../installation/backend-config. `OIDC_USER_GROUP`: Users must be a part of this group (within your IdP) to be able to log in. -`OIDC_ADMIN_GROUP`: Users that are in this group (within your IdP) will be made an **admin** in Mealie. Users in this group do not also need to be in the `OIDC_USER_GROUP` +`OIDC_ADMIN_GROUP`: Users that are in this group (within your IdP) will be made an **admin** in Mealie. Users in this group do not need to be in the `OIDC_USER_GROUP` ## Examples @@ -78,7 +78,7 @@ If you don't see your provider and have successfully set it up, please consider **Required** -- You must change the Mealie client in your IdP to be **private**. The option is different for every provider, but you need to obtain a **client secret**. +- You must change the Mealie client in your IdP to be **confidential**. The option is different for every provider, but you need to obtain a **client secret**. **Optional**