Im trying to get my OAuth 2.0 working but i want to switch my token type to ID Token but this is blocked has any one a idea why this is blocked?
Cant change Token Type To ID Token
Hi Bas de Das , Please get the token first so that you can choose which type you want to use.
Authentication failed
invalid_resource
I get this when i try to get the token
hi Bas de Das , Could you please double-check the parameters they used? Everything is working fine on our end. Kindly review them once more.
im doing every thing the same as what i did in postman but its not working i keep ketting invalid _resource
Hi Bas de Das , To have a better understanding of the issue, can you please provide a complete screenshot of the configuration you had filled in Postman and a complete screenshot of the configuration you had filled in Apidog. If there is any sensitive data, the you can mask it. It will let us narrow down the issue.
Hi Bas de Das You didn’t specify the Callback URL in Apidog, whereas in Postman, it was configured as (https://oauth.pstmn.io/v1/callback). Additionally, you omitted the response_type parameter in the Auth URL in Apidog, even though it was included in Postman.
Does apidog have a callback? And if a added the response type it says that that parameter is used twice
Thanks for the feedback, I think the error is caused by duplicate response_type parameters. We will deal with it as soon as possible.
Bas de Das Please upgrade Apidog to 2.6.49. We have solved the issue of the custom response_type parameter not overwriting the default value.