Skip to content

Commit

Permalink
Merge pull request #9656 from harness/update-saml-Read-all
Browse files Browse the repository at this point in the history
  • Loading branch information
ivikramsahu authored Mar 8, 2025
2 parents 3b6795b + ac15c88 commit 5f191be
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/platform/authentication/single-sign-on-saml.md
Original file line number Diff line number Diff line change
Expand Up @@ -386,10 +386,10 @@ To set `User.Read.All` access for the application, do the following:

The following App registration permissions are required to configure the optional `client-id` and `client-secret` for Harness SAML SSO with the Azure app:

- `Directory.ReadWrite.All`
- `Group.ReadWrite.All`
- `GroupMember.ReadWrite.All`
- `User.ReadWrite.All`
- `Directory.Read.All`
- `Group.Read.All`
- `GroupMember.Read.All`
- `User.Read.All`

:::info note
You must set the above for both Delegated permissions and Application permissions.
Expand Down

0 comments on commit 5f191be

Please sign in to comment.