tutorials/authorize-webapp broken: "error": "invalid_grant" #5167
Replies: 1 comment 4 replies
-
@kevinrss01 yes, this tutorial works in webapp. query parameters: client_id - This is the unique identifier for your application. Displayed on the application details page as Client ID (e.g. webapp-example). You can also send us your query parameter for which it is not working. |
Beta Was this translation helpful? Give feedback.
-
Hi,
I'm trying to run the tutorial (https://developer.bentley.com/tutorials/authorize-webapp/#2-get-an-access-token) to authorize my webapp (created in Trial mode), but on step 2 I always get this error message:
POST https://ims.bentley.com/connect/token --->
{
"error_description": "Authorization code is invalid or expired.",
"error": "invalid_grant"
}
Can someone confirm this nice tutorial page works for their webapp?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions