Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

StaffingOAuthPopupProvider - Invalid Client Id #66

Open
rnitu opened this issue Aug 23, 2021 · 0 comments
Open

StaffingOAuthPopupProvider - Invalid Client Id #66

rnitu opened this issue Aug 23, 2021 · 0 comments

Comments

@rnitu
Copy link

rnitu commented Aug 23, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant