From 21b27feb2ec57d760338d7084e421a14bf6b5d08 Mon Sep 17 00:00:00 2001 From: byhsu Date: Wed, 10 May 2023 21:49:23 -0700 Subject: [PATCH] fix Signed-off-by: byhsu --- rsts/deployment/configuration/auth_setup.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rsts/deployment/configuration/auth_setup.rst b/rsts/deployment/configuration/auth_setup.rst index 5e0ecf91a6..5089510998 100644 --- a/rsts/deployment/configuration/auth_setup.rst +++ b/rsts/deployment/configuration/auth_setup.rst @@ -283,6 +283,8 @@ To set up an external OAuth2 Authorization Server, follow the instructions below 8. Navigate to tab **Token configuration**, click ``+Add optional claim`` and create email claims for both ID and Access Token 9. Navigate to tab **API permissions**, add ``email``, ``offline_access``, ``openid``, ``profile``, ``User.Read`` 10. Navigate to tab **Expose an API**, Click ``+Add a scope`` and ``+Add a client application`` to create ```` + + Apply Configuration ^^^^^^^^^^^^^^^^^^^