You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/ROOT/pages/tutorial/tutorial-sso-configuration.adoc
+18-36Lines changed: 18 additions & 36 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -132,61 +132,43 @@ image::sso-configuration-tutorials/okta-sign-on-tab.svg[title="Okta's sign-on ta
132
132
133
133
This example shows how to configure Entra ID for authentication and authorization using an access token.
134
134
135
-
. Assuming that you have already created and registered your SSO application in Azure, you should now configure a token in Entra ID using the *Token configuration* tab.
135
+
. 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*.
137
+
.. Select *Security groups* to include in your access token.
138
+
.. Save your changes.
136
139
137
-
. Next step is to go to the **Expose an API** tab and click the **Add a Scope** button.
138
-
+
139
-
You need to know your Essentials located in the GUID -- Globally Unique Identifier.
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
142
+
You can find it on your app *Overview* page.
140
143
+
141
144
.The GUID is used to identify specific resources or instances within Azure. You can find it on the app registration page.
142
145
image::sso-configuration-tutorials/azure-id.svg[]
143
146
+
144
-
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:
0 commit comments