Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

Integration CrowdStrike error OAuth

LucasPadula
Tera Contributor
I created the OAuth information in Falcon, but whenever I try to generate the OAuth token, it shows an error.
 
"OAuth flow failed. Verify the configurations and try again. Error detail:invalid_request, Missing parameters: access_token"
 
How should I do this integration? I'm using the portal's documentation, but without the token I can't follow
 
 
7 REPLIES 7

@LucasPadula Did you ever figure this out? We set up our connector, worked fine for about a month and then poof. I have tried the fix, nothing works.

Ryan122
Tera Expert

Hi Lucas,

I hope you were able to find a resolution to the issue. I had to rebuild our OAuth Connections and I hope by following the high level steps we took, you can walk through the process and find the failure point. The steps I took to rebuild our OAuth connections were:

  1. Create the connection or child aliases (sys_alias)
  2. Create OAuth Entity Profile (oauth_entity)
    1. Select Connect to a third party OAuth Provider.
    2. Enter the Client information including the token URL.
    3. Enter Client Credentials in the Default Grant type field.
  3. Create OAuth 2.0 Credentials (discovery_credentials)
  4. Create the HTTP(s) Connection (http_connection)
    1. Connect the OAuth 2.0 Credentials in the Credential field.
    2. Connect the Alias in the Connection alias field.
    3. Enter the Connection URL from the installation guide.

Fatima S Sayyed
Tera Contributor

@LucasPadula the connection url mentioned in the Product document is probably incorrect, as when i used that i got the same error, our CS team shared a different connection url which seemed to work.