From ac15c8850148155607a3ad3c71a836425fc52a28 Mon Sep 17 00:00:00 2001 From: Vikram Sahu Date: Sat, 8 Mar 2025 09:08:52 +0530 Subject: [PATCH] upate permission --- docs/platform/authentication/single-sign-on-saml.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/platform/authentication/single-sign-on-saml.md b/docs/platform/authentication/single-sign-on-saml.md index 4728008d739..ed61f8732b1 100644 --- a/docs/platform/authentication/single-sign-on-saml.md +++ b/docs/platform/authentication/single-sign-on-saml.md @@ -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.