@@ -10,13 +10,13 @@ import { Steps, Callout } from "nextra/components";
10
10
provider will be disabled.
11
11
</Callout >
12
12
13
- If you want to use OAUTH /OIDC, please follow the following instruction .
13
+ If you want to use OAuth /OIDC, please follow the instructions below .
14
14
15
- We will use [ Authentik] ( https://goauthentik.io/ ) as OIDC provider example, with base URL ` https://authentik.example.com `
15
+ We will use [ Authentik] ( https://goauthentik.io/ ) as an OIDC provider example, with base URL ` https://authentik.example.com `
16
16
17
17
<Steps >
18
18
19
- ### Create an Application/Provider on Authentik side
19
+ ### Create an Application/Provider on the Authentik side
20
20
21
21
You will find the following important information:
22
22
@@ -30,7 +30,7 @@ You will find the following important information:
30
30
31
31
- ` userinfo_url ` => ` https://authentik.example.com/application/o/userinfo/ `
32
32
33
- ** Note** : same information need to be configured on other OIDC provider like Keycloak, Dex, etc.
33
+ ** Note** : the same information needs to be configured on other OIDC providers such as Keycloak, Dex, etc.
34
34
35
35
### ` POSTIZ_GENERIC_OAUTH `
36
36
@@ -42,13 +42,13 @@ Set to `true` to enable OIDC login.
42
42
43
43
eg: ` Authentik `
44
44
45
- Will display the name the of the OIDC provider on login page.
45
+ Will display the name of the OIDC provider on the login page.
46
46
47
47
### ` NEXT_PUBLIC_POSTIZ_OAUTH_LOGO_URL `
48
48
49
49
eg: ` https://raw.githubusercontent.com/walkxcode/dashboard-icons/master/png/authentik.png `
50
50
51
- Will display the logo of the OIDC provider oon login page button.
51
+ Will display the logo of the OIDC provider on the login page button.
52
52
53
53
### ` POSTIZ_OAUTH_URL `
54
54
0 commit comments