We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm seeking to access Nimble (CRM)'s API which is a pretty standard OAuth2 process as far as I can tell.
When I request the Authorisation that works fine and I get a login screen and then redirected back to my redirectURI with an appropriate code.
In the next step, requesting the token, I get an error which says: An Authentication object was not found in the SecurityContext
Any idea's? Sorry if this is obvious I'm not well versed in Oauth yet.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm seeking to access Nimble (CRM)'s API which is a pretty standard OAuth2 process as far as I can tell.
When I request the Authorisation that works fine and I get a login screen and then redirected back to my redirectURI with an appropriate code.
In the next step, requesting the token, I get an error which says: An Authentication object was not found in the SecurityContext
Any idea's? Sorry if this is obvious I'm not well versed in Oauth yet.
The text was updated successfully, but these errors were encountered: