You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: