jonathanraftery / bullhorn-rest-client

Simple client for the Bullhorn REST API
MIT License
11 stars 14 forks source link

AuthorizationException from Terms of Service Acknowledgement #2

Open jonathanraftery opened 6 years ago

jonathanraftery commented 6 years ago

Client will throw AuthorizationException: 'Identity provider exception' if Terms of Service have not been acknowledged.

Typically this exception results from incorrect credentials, but currently is also thrown in the event above. Client needs a more meaningful exception in this case, or to automatically acknowledge the ToS.

Current workaround

Manually perform OAuth login with the provided credentials to clear the ToS acknowledgement. Once acknowledged, the issue is permanently resolved.

survivorbat commented 4 years ago

Still having issues with this

jonathanraftery commented 4 years ago

Indeed, the issue is still open with no progress. Did the workaround work for you?

survivorbat commented 4 years ago

Yep, although it did take me some time to figure out that I had to be logged into BH in order for the website not to redirect me to the homepage.

survivorbat commented 4 years ago

10 Pull requuest made

survivorbat commented 4 years ago

Do you plan to intergrate it into the library? Or just keep it as a one-time inconvenience?