From e36624cc5d15522bb366d72179b57a266f1fad41 Mon Sep 17 00:00:00 2001 From: drnickiw <45834465+drnickiw@users.noreply.github.com> Date: Sun, 12 Jan 2020 18:08:12 -0500 Subject: [PATCH] FAQ: Deploy teleport OIDC (#387) * add use kubectl with RBAC to FAQ * FAQ: add deplot teleport with OIDC * rename deploy teleport (remove uppercase) and delete use kubectl file * Update how-to-deploy-teleport-with-oidc.md Co-authored-by: Erik Osterman --- .../faq/how-to-deploy-teleport-with-oidc.md | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 content/faq/how-to-deploy-teleport-with-oidc.md diff --git a/content/faq/how-to-deploy-teleport-with-oidc.md b/content/faq/how-to-deploy-teleport-with-oidc.md new file mode 100644 index 000000000..78fb4485e --- /dev/null +++ b/content/faq/how-to-deploy-teleport-with-oidc.md @@ -0,0 +1,20 @@ +--- +title: "Do you have any experience deploying Teleport with OIDC?" +description: "Yes, we've deployed Teleport with GSuite, Okta and Keycloak integration." +tags: +- Teleport +- GSuite +- OIDC +- Okta +- Keycloak +--- + +## Question + +Do you have any experience deploying Teleport together with GSuite OIDC? + +## Answer + +Yes, we've configured Teleport with GSuite, Okta and Keycloak. Keep in mind that this requires an enterprise subscription as the Open Source edition only supports GitHub. + +Read more [here](https://gravitational.com/teleport/docs/oidc/).