Skip to content

StaffingOAuthPopupProvider - Invalid Client Id #66

@rnitu

Description

@rnitu

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions