Answers for "adding redirect_uri in octorate testing"

0

adding redirect_uri in octorate testing

In the following example you will find a param that is called redirect_uri, 
that uri needs to be whitelisted from Octorate. So write 
[email protected] asking for add the page you can host on your website.

This step in mandatory to go in production, if you're still testing you can use
this endpoint

https://localhost/octobook/identity/oauth.xhtml?client_id=CLIENT_ID&redirect_uri=https%3A%2F%2Fwww.mycompany.com%2Foauth_end.html&state=something_crypted

For live you will need help from the octorate team

The reason behind whitelisting is security, we wants to make sure that 
"the code" param we will give you will be on the right page.
Posted by: Guest on December-25-2020

Code answers related to "adding redirect_uri in octorate testing"

Browse Popular Code Answers by Language