From 69e387a169e70d32ea53c714fdb462f814610261 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20Adel=C3=B6w?= Date: Thu, 16 Sep 2021 19:36:37 +0200 Subject: [PATCH] fixup MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Fredrik Adelöw --- docs/auth/okta/provider.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/auth/okta/provider.md b/docs/auth/okta/provider.md index f3eb8dd564..bbd23a1b2a 100644 --- a/docs/auth/okta/provider.md +++ b/docs/auth/okta/provider.md @@ -14,14 +14,15 @@ To add Okta authentication, you must create an Application from Okta: 1. Log into Okta (generally company.okta.com) 2. Navigate to Menu >> Applications >> Applications >> `Create App Integration` -4. Fill out the Create a new app integration form: +3. Fill out the Create a new app integration form: - `Sign-in method`: `OIDC - OpenID Connect` - `Application type`: `Web Application` - Click Next -6. Fill out the New Web App Integration form: +4. Fill out the New Web App Integration form: - `App integration name`: `Backstage` (or your custom app name) - `Grant type`: `Authorization Code` & `Refresh Token` - - `Sign-in redirect URIs`: `http://localhost:7000/api/auth/okta/handler/frame` + - `Sign-in redirect URIs`: + `http://localhost:7000/api/auth/okta/handler/frame` - `Sign-out redirect URIs`: `http://localhost:7000` - `Controlled access`: (select as appropriate) - Click Save