Request FalconToken - CrowdStrike/psfalcon GitHub Wiki
Request an OAuth2 access token
If successful, your credentials ('ClientId', 'ClientSecret', 'MemberCid' and 'Cloud'/'CustomUrl'/'Hostname') and token are cached for re-use.
If an active OAuth2 access token is due to expire in less than 60 seconds, a new token will automatically be requested using your cached credentials.
The 'Collector' parameter allows for the submission of a [System.Collections.Hashtable] object containing the parameters included with a 'Register-FalconEventCollector' command ('Path', 'Token' and 'Enable') in order to log an initial OAuth2 access token request.
Name | Type | Description | Min | Max | Allowed | Pipeline | PipelineByName |
---|---|---|---|---|---|---|---|
ClientId | String | OAuth2 client identifier | X | ||||
ClientSecret | String | OAuth2 client secret | X | ||||
Cloud | String | CrowdStrike cloud [default: 'us-1'] |
eu-1 us-1 us-2 us-gov-1 us-gov-2
|
X | |||
CustomUrl | String | Custom API URL for module troubleshooting | X | ||||
Hostname | String | CrowdStrike API hostname [default: 'https://api.crowdstrike.com'] |
https://api.crowdstrike.com https://api.us-2.crowdstrike.com https://api.laggar.gcw.crowdstrike.com https://api.us-gov-2.crowdstrike.mil https://api.eu-1.crowdstrike.com
|
X | |||
MemberCid | String | Member CID, used when authenticating within a multi-CID environment ('Falcon Flight Control') | X | ||||
Collector | Hashtable | A hashtable containing 'Path', 'Token' and 'Enable' properties for 'Register-FalconEventCollector' | X |
Request-FalconToken [[-ClientId] <String>] [[-ClientSecret] <String>] [[-Hostname] <String>] [[-MemberCid] <String>] [[-Collector] <Hashtable>] [-WhatIf] [-Confirm] [<CommonParameters>]
Request-FalconToken [[-ClientId] <String>] [[-ClientSecret] <String>] [[-CustomUrl] <String>] [[-MemberCid] <String>] [[-Collector] <Hashtable>] [-WhatIf] [-Confirm] [<CommonParameters>]
Request-FalconToken [[-ClientId] <String>] [[-ClientSecret] <String>] [[-Cloud] <String>] [[-MemberCid] <String>] [[-Collector] <Hashtable>] [-WhatIf] [-Confirm] [<CommonParameters>]
POST /oauth2/token
2024-09-03: PSFalcon v2.2.7