Hi,
I have successfully implemented the authorisation but got stuck in redirecting the user after authorisation back to my domain.
Currently what happens at the time of authorisation is a user fills in there username and password and after that we get there access token. The user's access token comes here->
https://active-api.magellangps.com/ , which means we can't save the access_token as we do not have the access to that page and the process also ends on Magellan GPS page. I wanted to know if it's possible to redirect the user back to our website with the access_token of the user.
Actual process: Login to authorise(
www.example.com) >> validates on Magellen and if correct produces the access_token >> ends
Expected process: Login to authorise(
www.example.com) >> validates on Magellen and if correct produces the access_token >> Redirects to
www.example.com with the access_token either
Can you please guide me through.