Replies: 3 comments
|
Thanks @fmangat! The issue you encountered is caused by not using the recommended We built Dotkernel API on the above scenario. Is using |
|
DOTKERNEL API should support all grant Types available in oAUTH2.0 , yes grant_type=client_credentials is a requirement.. also please confirm if grant_type = code is working fine for version 6.0 |
|
@fmangat I am not sure if there is a demand for implementing other |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Bug Report
after migration and applying fixture i had to change the
src\Core\src\Security\src\Entity\OAuthAccessToken.php
To
i was able to generate access token but when i tried to access endpoint with bearer token it gave
{
"error": {
"messages": [
"User not found."
]
}
}
and problem was coming because of issue in verification of token .. issue goes if i passed exact jwt token in token column of oauth_access_tokens..
Summary
Current behavior
unable to get "grant_type": "client_credentials", not working out of the box
All reactions