-
Notifications
You must be signed in to change notification settings - Fork 83
Improve a few steps configuring SSO on Azure #1767
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 7 commits
fb893f8
8eac846
43b6df3
8700d53
a32e541
98e4852
9311b5b
ad41817
da9c5da
d0b4e8e
45c52a8
11d7b31
c60988e
9238351
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -132,29 +132,41 @@ image::sso-configuration-tutorials/okta-sign-on-tab.svg[title="Okta's sign-on ta | |||||
|
|
||||||
| This example shows how to configure Entra ID for authentication and authorization using an access token. | ||||||
|
|
||||||
| . Set parameters to be `access_token`: | ||||||
| . 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. | ||||||
NataliaIvakina marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||||||
|
|
||||||
NataliaIvakina marked this conversation as resolved.
Show resolved
Hide resolved
|
||||||
| . Next step is to go to the **Expose an API** tab and click the **Add a Scope** button. | ||||||
NataliaIvakina marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||||||
| + | ||||||
NataliaIvakina marked this conversation as resolved.
Show resolved
Hide resolved
|
||||||
| You need to know your Essentials located in the GUID -- Globally Unique Identifier. | ||||||
NataliaIvakina marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||||||
| + | ||||||
| .The GUID is used to identify specific resources or instances within Azure. You can find it on the app registration page. | ||||||
NataliaIvakina marked this conversation as resolved.
Show resolved
Hide resolved
|
||||||
| image::sso-configuration-tutorials/azure-id.svg[] | ||||||
lidiazuin marked this conversation as resolved.
Show resolved
Hide resolved
|
||||||
| + | ||||||
| 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: | ||||||
|
||||||
| 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: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why do you want to remove this step but suggest to add the step 'Save and continue'? I don't understand the degree of detail.
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| + |
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think the screenshot is enough. We don't need to have it in a code format as well as it is different for every app.
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| . Next fill in all mandatory fields in the panel **Add a scope** and copy your scope which will be used for _neo4j.conf_ file. | |
| . Fill in all mandatory fields in the window **Add a scope** and make a note of them. |
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| . Configure Neo4j by adjusting the following settings in the _neo4j.conf_ file: | |
| . Configure Neo4j to use Entra ID for authentication by configuring the following settings in the _neo4j.conf_ file: |
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| .. Set parameters to be `access_token`: |
NataliaIvakina marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| .. Add the following parameter: |
NataliaIvakina marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
NataliaIvakina marked this conversation as resolved.
Show resolved
Hide resolved
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| .. Include the issuer: |
Uh oh!
There was an error while loading. Please reload this page.