Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
To get the auth code , you will need to provide a redirect URl where it posts the auth cod to. You will need to fetch it from there. For the second call to get token, make sure you include a basic auth header and pass the client id as the username, p...
Hi Stephan - I made progress further and was able to fetch and refresh tokens as well. You could use below end points to achieve the same .Get Authorization:Verb :GetEnd Point: https:///ids/v1/oauth/authorizeResponse_Type: codeclient_id:obtained from...
Hello Nick, I am in same situation where I need to directly communicate to IDS with out using JDK. I was able to reverse engineer and get to a point where I could get the auth code. However , unable to find the next set of URL to do a post to get the...