Forum Discussion
I am trying to set up REST OAuth2 Account set up in snaplogic,getting below message on click Authorize button.
{“response_map”: {“error_list”: [{“message”: “Access token value is empty”}]}, “http_status_code”: 500}
I am providing all mandatory information.
1- Client ID*
2-client secret
3- OAuth2 Endpoint*
4-OAuth2 Token =https://servername.mktorest.com/identity/oauth/token*
5-Grant Type= client_credentials
Will snaplogic binding all input parameter to this url (client id ,client secret etc…)(https://servername.mktorest.com/identity/oauth/token ) or we need to bind in token endpoint config!
Any suggestion would be help full.
This is the post man url which one is working fine and giving new token (https://{{base_url}}.mktorest.com/identity/oauth/token?grant_type=client_credentials&client_id={{clid}}&client_secret={{secret}})