Skip to content

Commit 9174960

Browse files
tuunitjjlakis
authored andcommitted
update legacy / deprecated provider page and sort provider overview
1 parent 7379c54 commit 9174960

File tree

6 files changed

+24
-33
lines changed

6 files changed

+24
-33
lines changed

docs/docs/configuration/providers/azure_ad.md

Lines changed: 0 additions & 18 deletions
This file was deleted.

docs/docs/configuration/providers/gitea.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ id: gitea
33
title: Gitea
44
---
55

6+
:::note
7+
This is not actually its own provider. For more details and options please refer to the [GitHub Provider Options](github.md)
8+
:::
9+
610
1. Create a new application: `https://< your gitea host >/user/settings/applications`
711
2. Under `Redirect URI` enter the correct URL i.e. `https://<proxied host>/oauth2/callback`
812
3. Note the Client ID and Client Secret.

docs/docs/configuration/providers/index.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,19 @@ with Redirect URI(s) for the domain you intend to run `oauth2-proxy` on.
88

99
Valid providers are :
1010

11-
- [Google](google.md) _default_
1211
- [ADFS](adfs.md)
1312
- [Bitbucket](bitbucket.md)
1413
- [DigitalOcean](digitalocean.md)
1514
- [Facebook](facebook.md)
16-
- [GitHub](github.md)
1715
- [Gitea](gitea.md)
16+
- [GitHub](github.md)
1817
- [GitLab](gitlab.md)
19-
- [Keycloak](keycloak.md)/[Keycloak OIDC](keycloak_oidc.md)
18+
- [Google](google.md) _default_
19+
- [Keycloak](keycloak.md) (Deprecated)
20+
- [Keycloak OIDC](keycloak_oidc.md)
2021
- [LinkedIn](linkedin.md)
2122
- [login.gov](login_gov.md)
22-
- [Microsoft Azure](azure.md)
23+
- [Microsoft Azure](ms_azure_ad.md) (Deprecated)
2324
- [Microsoft Entra ID](ms_entra_id.md)
2425
- [Nextcloud](nextcloud.md)
2526
- [OpenID Connect](openid_connect.md)

docs/docs/configuration/providers/keycloak.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
22
id: keycloak
3-
title: Keycloak
3+
title: Keycloak (Deprecated)
44
---
55

66
:::note
7-
This is the legacy provider for Keycloak, use [Keycloak OIDC Auth Provider](keycloak_oidc.md) if possible.
7+
This is the legacy and deprecated provider for Keycloak, use [Keycloak OIDC Auth Provider](keycloak_oidc.md) if possible.
88
:::
99

1010
1. Create new client in your Keycloak realm with **Access Type** 'confidential' and **Valid Redirect URIs** 'https://internal.yourcompany.com/oauth2/callback'

docs/docs/configuration/providers/azure.md renamed to docs/docs/configuration/providers/ms_azure_ad.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
---
22
id: azure
3-
title: Azure
3+
title: Azure (Deprecated)
44
---
55

6+
:::note
7+
This is the legacy and deprecated provider for Azure, use [Microsoft Entra ID](ms_entra_id.md) if possible.
8+
:::
9+
610
## Config Options
711

812
| Flag | Toml Field | Type | Description | Default |

docs/sidebars.js

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -31,22 +31,22 @@ const sidebars = {
3131
id: 'configuration/providers/index',
3232
},
3333
items: [
34-
'configuration/providers/google',
35-
'configuration/providers/azure',
36-
'configuration/providers/ms_entra_id',
3734
'configuration/providers/adfs',
35+
'configuration/providers/bitbucket',
36+
'configuration/providers/digitalocean',
3837
'configuration/providers/facebook',
39-
'configuration/providers/github',
4038
'configuration/providers/gitea',
39+
'configuration/providers/github',
40+
'configuration/providers/gitlab',
41+
'configuration/providers/google',
4142
'configuration/providers/keycloak',
4243
'configuration/providers/keycloak_oidc',
43-
'configuration/providers/gitlab',
4444
'configuration/providers/linkedin',
45-
'configuration/providers/openid_connect',
4645
'configuration/providers/login_gov',
46+
'configuration/providers/ms_azure_ad',
47+
'configuration/providers/ms_entra_id',
4748
'configuration/providers/nextcloud',
48-
'configuration/providers/digitalocean',
49-
'configuration/providers/bitbucket',
49+
'configuration/providers/openid_connect',
5050
],
5151
},
5252
'configuration/session_storage',

0 commit comments

Comments
 (0)