From 551b1807559336c6c1aa0b9be0933d3935700760 Mon Sep 17 00:00:00 2001 From: Shmuel Kroizer <69422117+shmuel44@users.noreply.github.com> Date: Thu, 13 Feb 2025 17:47:48 +0200 Subject: [PATCH] [Microsoft Graph User] Update Docs For The msgraph-user-session-revoke Command (#38585) * add * RN * UD * add section: Connect --- .../MicrosoftGraphUser/MicrosoftGraphUser.yml | 9 ++++++--- .../Integrations/MicrosoftGraphUser/README.md | 12 +++++++++--- Packs/MicrosoftGraphUser/ReleaseNotes/1_5_43.md | 7 +++++++ Packs/MicrosoftGraphUser/pack_metadata.json | 2 +- 4 files changed, 23 insertions(+), 7 deletions(-) create mode 100644 Packs/MicrosoftGraphUser/ReleaseNotes/1_5_43.md diff --git a/Packs/MicrosoftGraphUser/Integrations/MicrosoftGraphUser/MicrosoftGraphUser.yml b/Packs/MicrosoftGraphUser/Integrations/MicrosoftGraphUser/MicrosoftGraphUser.yml index 1d888a603c26..e619abe92878 100644 --- a/Packs/MicrosoftGraphUser/Integrations/MicrosoftGraphUser/MicrosoftGraphUser.yml +++ b/Packs/MicrosoftGraphUser/Integrations/MicrosoftGraphUser/MicrosoftGraphUser.yml @@ -61,6 +61,7 @@ configuration: - display: Key (received from the admin consent - see Detailed Instructions (?) name: enc_key type: 4 + section: Connect hidden: true required: false - display: Certificate Thumbprint @@ -98,6 +99,7 @@ configuration: required: false - name: creds_auth_code type: 9 + section: Connect displaypassword: Authorization code (for Self Deployed - Authorization Code Flow) hiddenusername: true required: false @@ -625,8 +627,9 @@ script: name: user required: true description: |- - Revoke a user session- Invalidates all the refresh tokens issued to applications for a user. - Permission: Directory.AccessAsUser.All(Delegated). + Revoke a user session by invalidating all refresh tokens issued to applications for a user. + This command requires an administrator role. + Permission required: Directory.AccessAsUser.All (Delegated). name: msgraph-user-session-revoke - description: Generate the login url used for Authorization code flow. name: msgraph-user-generate-login-url @@ -634,7 +637,7 @@ script: - description: Run this command if for some reason you need to rerun the authentication process. name: msgraph-user-auth-reset arguments: [] - dockerimage: demisto/crypto:1.0.0.114611 + dockerimage: demisto/crypto:1.0.0.2005673 runonce: false script: '-' subtype: python3 diff --git a/Packs/MicrosoftGraphUser/Integrations/MicrosoftGraphUser/README.md b/Packs/MicrosoftGraphUser/Integrations/MicrosoftGraphUser/README.md index 22905a28d9b2..22314304586f 100644 --- a/Packs/MicrosoftGraphUser/Integrations/MicrosoftGraphUser/README.md +++ b/Packs/MicrosoftGraphUser/Integrations/MicrosoftGraphUser/README.md @@ -641,22 +641,28 @@ There is no context output for this command. >ok ### msgraph-user-session-revoke -*** -Revoke a user session- Invalidates all the refresh tokens issued to applications for a user. -Permission: Directory.AccessAsUser.All(Delegated) +*** +Revoke a user session by invalidating all refresh tokens issued to applications for a user. +This command requires an administrator role. +Permission required: Directory.AccessAsUser.All (Delegated). #### Base Command `msgraph-user-session-revoke` + #### Input | **Argument Name** | **Description** | **Required** | | --- | --- | --- | | user | User ID or userPrincipalName. | Required | +#### Context Output + +There is no context output for this command. ### msgraph-user-generate-login-url + *** Generate the login url used for Authorization code flow. diff --git a/Packs/MicrosoftGraphUser/ReleaseNotes/1_5_43.md b/Packs/MicrosoftGraphUser/ReleaseNotes/1_5_43.md new file mode 100644 index 000000000000..a4967896a323 --- /dev/null +++ b/Packs/MicrosoftGraphUser/ReleaseNotes/1_5_43.md @@ -0,0 +1,7 @@ + +#### Integrations + +##### Azure Active Directory Users + +- Improved the documentation for the ***msgraph-user-session-revoke*** command. This command requires an administrator role. +- Updated the Docker image to: *demisto/crypto:1.0.0.2005673*. diff --git a/Packs/MicrosoftGraphUser/pack_metadata.json b/Packs/MicrosoftGraphUser/pack_metadata.json index 23a6e50b8987..5923299b059a 100644 --- a/Packs/MicrosoftGraphUser/pack_metadata.json +++ b/Packs/MicrosoftGraphUser/pack_metadata.json @@ -2,7 +2,7 @@ "name": "Microsoft Graph User", "description": "Use the Microsoft Graph integration to connect to and interact with user objects on Microsoft Platforms.", "support": "xsoar", - "currentVersion": "1.5.42", + "currentVersion": "1.5.43", "author": "Cortex XSOAR", "url": "https://www.paloaltonetworks.com/cortex", "email": "",