Skip to content

Commit 62bd8e2

Browse files
committed
style(oicd): nitpick review comment
1 parent 2272a79 commit 62bd8e2

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pages/configuration/oauth.mdx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ import { Steps, Callout } from "nextra/components";
1010
provider will be disabled.
1111
</Callout>
1212

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.
1414

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`
1616

1717
<Steps>
1818

19-
### Create an Application/Provider on Authentik side
19+
### Create an Application/Provider on the Authentik side
2020

2121
You will find the following important information:
2222

@@ -30,7 +30,7 @@ You will find the following important information:
3030

3131
- `userinfo_url`=> `https://authentik.example.com/application/o/userinfo/`
3232

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.
3434

3535
### `POSTIZ_GENERIC_OAUTH`
3636

@@ -42,13 +42,13 @@ Set to `true` to enable OIDC login.
4242

4343
eg: `Authentik`
4444

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.
4646

4747
### `NEXT_PUBLIC_POSTIZ_OAUTH_LOGO_URL`
4848

4949
eg: `https://raw.githubusercontent.com/walkxcode/dashboard-icons/master/png/authentik.png`
5050

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.
5252

5353
### `POSTIZ_OAUTH_URL`
5454

0 commit comments

Comments
 (0)