Skip to content

Commit 45c52a8

Browse files
Add more details to the step *Add a scope*
1 parent d0b4e8e commit 45c52a8

File tree

1 file changed

+13
-5
lines changed

1 file changed

+13
-5
lines changed

modules/ROOT/pages/tutorial/tutorial-sso-configuration.adoc

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -133,20 +133,28 @@ image::sso-configuration-tutorials/okta-sign-on-tab.svg[title="Okta's sign-on ta
133133
This example shows how to configure Entra ID for authentication and authorization using an access token.
134134

135135
. After the successful creation of your SSO application in Azure, open the *Token configuration* tab to configure a token.
136-
.. In the Manage section, click *Token configuration* and then *Add groups claim*.
136+
.. Click *Add groups claim*.
137137
.. Select *Security groups* to include in your access token.
138138
.. Save your changes.
139139

140-
. Next step is to open the **Expose an API** tab and click the **Add a Scope** button.
141-
.. If you click the **Add a Scope** button for the first time, you see a new window stating that you need to add an _Application ID URI_ before proceeding.
140+
. Open the **Expose an API** tab and select **Add a Scope**.
141+
.. If you click the **Add a Scope** button for the first time, you see a new pane stating that you need to add an _Application ID URI_ before proceeding.
142+
+
142143
You can find it on your app *Overview* page.
143144
+
144145
.The GUID is used to identify specific resources or instances within Azure. You can find it on the app registration page.
145146
image::sso-configuration-tutorials/azure-id.svg[]
146147
+
148+
Click *Save and continue* after setting the _Application ID URI_.
149+
150+
. Fill in all mandatory fields in the pane **Add a scope** and make a note of them.
151+
.. Enter a new *Scope name*, *Admin consent display name*, and *Admin consent description*.
152+
.. Make sure the *Enabled* scope state is selected.
153+
.. Select the *Add scope* button to create the scope.
154+
+
155+
Repeat the previous two steps to add all scopes supported by your API.
156+
Once the scopes are created, make a note of them for use later.
147157

148-
.. Fill in all mandatory fields in the window **Add a scope** and make a note of them.
149-
.. Click *Save and continue*.
150158
. Configure Neo4j to use Entra ID for authentication by configuring the following settings in the _neo4j.conf_ file:
151159
+
152160
[source, properties]

0 commit comments

Comments
 (0)