From 74c2bffdf31dd6b40a9e4f52f458d8cb8f948543 Mon Sep 17 00:00:00 2001 From: Nicole Rappe Date: Wed, 10 Jul 2024 01:10:09 -0600 Subject: [PATCH] Add Servers & Workflows/Linux/Authentication/Keycloak/Gitea.md --- .../Linux/Authentication/Keycloak/Gitea.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Servers & Workflows/Linux/Authentication/Keycloak/Gitea.md diff --git a/Servers & Workflows/Linux/Authentication/Keycloak/Gitea.md b/Servers & Workflows/Linux/Authentication/Keycloak/Gitea.md new file mode 100644 index 0000000..ee8e96c --- /dev/null +++ b/Servers & Workflows/Linux/Authentication/Keycloak/Gitea.md @@ -0,0 +1,11 @@ +### OAuth2 Configuration +These are variables referenced by the associated service to connect its authentication system to [Keycloak](https://docs.bunny-lab.io/Docker%20%26%20Kubernetes/Docker/Docker%20Compose/Keycloak/). + +| **Parameter** | **Value** | +| :--- | :--- | +| Authentication Name | `auth-bunny-lab-io` | +| OAuth2 Provider | `OpenID Connect` | +| Client ID (Key) | `git-bunny-lab-io` | +| Client Secret | `https://auth.bunny-lab.io > Clients > git-bunny-lab-io > Credentials > Client Secret` | +| OpenID Connect Auto Discovery URL | `https://auth.bunny-lab.io/realms/master/.well-known/openid-configuration` | +| Skip Local 2FA | [X] | \ No newline at end of file