I have a private app that I'm hosting and I'm trying to access it adding the token as parameter as mentioned here
https://developers.arcgis.com/documentation/security-and-authentication/reference/access-tokens/#how-to-use-an-access-token
Example: (actual parameters hidden)
https://<mywebapp>.com/?token=<token>&exp=<exp>
and it redirects me to a login page.
I don't get it because a former worker did menage to set up another app and it works fine with same parameters.
Thanks
Take the slash after the com out and just leave the question mark --
https://<mywebapp>.com?token=<token>&exp=<exp>
Angemeldete Mitglieder können Beiträge verfassen, Updates folgen und mehr. Neu hier? Registriere ein kostenloses Konto.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.