Skip to content

[ QUESTION ] Unable to authenticate with parent CID but child CID works #516

@etaylor77

Description

@etaylor77

I have been having this issue for a while now, but now with Falcon-MCP available and wanting to use some automation tools; it's brought this topic to the top of my issues list.

In my testing currently, the API key has read and write access to every scope available, and this is in our parent CID. The following example below works just fine in a specific CID.

Code:

$ClientID=’%REDACTED%’
$Secret=’%REDACTED%’
$BaseURL=”https://api.us-2.crowdstrike.com”
Request-FalconToken -ClientId $ClientID -ClientSecret $Secret

Error:

Write-Result : {"code":403,"message":"access denied, authorization failed"}

Alternative:

Request-FalconToken -ClientId $ClientID -ClientSecret $Secret -MemberCid $MemberCid

Results:

This works as expected, and the Test-FalconToken states the token is true and I can run commands against the CID in question.

Top level issue(s):

  1. If I wanted to get into my parent CID and pull a list of all the CID's in our ecosystem there is no way to do this currently.
  2. I am suspecting because of this issue, this is why falcon-mcp is failing to authenticate to the tenant.

Metadata

Metadata

Assignees

Labels

questionFurther information is requested

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions