Skip to content

Commit

Permalink
Fixed grammar and typos in names of authentication providers in confi…
Browse files Browse the repository at this point in the history
…guration.md
  • Loading branch information
Krzysztof Skrzynecki authored and hirunatan committed Nov 10, 2021
1 parent deddacb commit 386d0dc
Showing 1 changed file with 7 additions and 11 deletions.
18 changes: 7 additions & 11 deletions technical-guide/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,7 @@ https://<your_domain>/api/auth/oauth/gitlab/callback

#### Google

Allow use google as oauth provider:


On backend:
Allows integrating with Google as OAuth provider:

```bash
# Backend & Frontend
Expand All @@ -88,9 +85,9 @@ PENPOT_GOOGLE_CLIENT_ID=<client-id>
PENPOT_GOOGLE_CLIENT_SECRET=<client-secret>
```

#### Gitlab
#### GitLab

Allows use gitlab as oauth provider:
Allows integrating with GitLab as OAuth provider:

```bash
# Backend & Frontend
Expand All @@ -101,10 +98,9 @@ PENPOT_GITLAB_BASE_URI=https://gitlab.com
PENPOT_GITLAB_CLIENT_SECRET=<client-secret>
```

#### Github

Allows use github as oauth provider:
#### GitHub

Allows integrating with GitHub as OAuth provider:

```bash
# Backend & Frontend
Expand All @@ -118,8 +114,8 @@ PENPOT_GITHUB_CLIENT_SECRET=<client-secret>

**NOTE:** Since version 1.5.0

Allow integrate with a generic authentication provider that implements
the OIDC protocol (usualy used for SSO).
Allows integrating with a generic authentication provider that implements
the OIDC protocol (usually used for SSO).

All the other options are backend only:

Expand Down

0 comments on commit 386d0dc

Please sign in to comment.