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 tried the following for authorization code flow but it running into an error.
Using Postman with the following inputs:
Method=POST URL= http://localhost:8080/oauth/authorize?response_type=code&client_id=sso-auth-client&redirect_uri=http://localhost:8383/oauth/callback/handler
Authorization=Basic Auth username: [email protected] password: cant_hack_this
And the response I get is as follows:
{ "error": "unauthorized", "error_description": "An Authentication object was not found in the SecurityContext" }
What am I missing in my request?
Thanks.
Gabsaga
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I tried the following for authorization code flow but it running into an error.
Using Postman with the following inputs:
Method=POST
URL=
http://localhost:8080/oauth/authorize?response_type=code&client_id=sso-auth-client&redirect_uri=http://localhost:8383/oauth/callback/handler
Authorization=Basic Auth
username: [email protected]
password: cant_hack_this
And the response I get is as follows:
{
"error": "unauthorized",
"error_description": "An Authentication object was not found in the SecurityContext"
}
What am I missing in my request?
Thanks.
Gabsaga
The text was updated successfully, but these errors were encountered: