bullhorn / taurus

Typescript client for the Bullhorn REST API
MIT License
10 stars 6 forks source link

StaffingOAuthPopupProvider - Invalid Client Id #66

Open rnitu opened 3 years ago

rnitu commented 3 years ago

While using the StaffingOAuthPopupProvider service, we receive an invalid client id error in the popup. I believe the 'clientId' parameter in the request should be 'client_id'.

Not sure if this is because of our implementation of BH, of if this is a typo in the service.

Incorrect https://auth.bullhornstaffing.com/oauth/authorize?response_type=code&clientId=xxx&redirect_uri=https://localhost:4200

Correct: https://auth.bullhornstaffing.com/oauth/authorize?response_type=code&client_id=xxx&redirect_uri=https://localhost:4200

Thank You