mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-08-02 20:15:24 +02:00
docs: update oidc-v2.md (#4347)
This commit is contained in:
parent
445f55812b
commit
d50d4bee08
1 changed files with 3 additions and 3 deletions
|
@ -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**
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue