Go test to validate connect2id gives “invalid_client” error

anujarosha

Anuja Piayadigama

Posted on June 17, 2020

Go test to validate connect2id gives “invalid_client” error

I'm trying to validate the Connect2id set up with Go test and I'm getting following error.

"Client authentication failed: Missing client authentication","error":"invalid_client"

The full scenario output is look like below.

Feature: Test Identity Provider

  Scenario:                                                             # features/idp.feature:3
    Given identity provider 'hf1-idp.json'                               # main_test.go:72 -> *Scaffold
    When I request an access
💖 💪 🙅 🚩
anujarosha
Anuja Piayadigama

Posted on June 17, 2020

Join Our Newsletter. No Spam, Only the good stuff.

Sign up to receive the latest update from our blog.

Related