Skip to content

Commit

Permalink
[Microsoft Graph User] Update Docs For The msgraph-user-session-revok…
Browse files Browse the repository at this point in the history
…e Command (#38585)

* add

* RN

* UD

* add section: Connect
  • Loading branch information
shmuel44 authored Feb 13, 2025
1 parent 4e4108c commit 551b180
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -625,16 +627,17 @@ 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
arguments: []
- 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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
7 changes: 7 additions & 0 deletions Packs/MicrosoftGraphUser/ReleaseNotes/1_5_43.md
Original file line number Diff line number Diff line change
@@ -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*.
2 changes: 1 addition & 1 deletion Packs/MicrosoftGraphUser/pack_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": "",
Expand Down

0 comments on commit 551b180

Please sign in to comment.