From e434321f7c4bbbb13723761489740aff1b3c6321 Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Mon, 3 Jan 2022 21:38:19 +0100 Subject: [PATCH] website/integrations: remove github url as they are auto-managed Signed-off-by: Jens Langhammer --- website/integrations/sources/github/index.md | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/website/integrations/sources/github/index.md b/website/integrations/sources/github/index.md index 0e5e84bab..0b1fa3515 100644 --- a/website/integrations/sources/github/index.md +++ b/website/integrations/sources/github/index.md @@ -39,16 +39,6 @@ Example screenshot 12. **Consumer Secret:** Client Secret from step 7 13. **Provider Type:** Github -Expand URL settings: - -:::note -As of June 20 2021 these URLS are correct. Here is the Github reference URL https://docs.github.com/en/developers/apps/building-oauth-apps/authorizing-oauth-apps -::: - -14. **Authorization URL:** `https://github.com/login/oauth/authorize` -15. **Access token URL:** `https://github.com/login/oauth/access_token` -16. **Profile URL:** `https://api.github.com/user` - Here is an example of a complete authentik Github OAuth Source ![Example Screen](githubexample2.png)