Skip to content
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

Update README.md #32

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -546,12 +546,12 @@ Setting up a Microsoft Entra SSO connection consists of 3 main steps:
- Set expiration - **Copy secret value immediately** - this is only shown while creating a secret. It cannot be retrieved later.
4. **Modify Manifest**
- Go to **"Manifest"**
- Set `accessTokenAcceptedVersion` to `2`
- Set `requestedAccessTokenVersion` under `api` to `2`
5. **Create and Assign App Roles**
- Go to **"App roles"**
- Click **"Create app role"**
- Create roles that you want to assign to users connecting to the Stardog endpoint. **These roles should match the roles in Stardog.**
- Assign roles to users in the **"Enterprise applications"** section of the app registration
- Assign roles to users in the **"Enterprise applications"** service.
6. **Collect Configuration Values**
- **Client ID**: Found in "Overview"
- **Tenant ID**: Found in "Overview"
Expand Down