Select to view content in your preferred language

Passing token as URL Parameter doesn't work

168
1
12-09-2024 12:43 PM
Tristramit
New Contributor

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...

 

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

0 Kudos
1 Reply
JeffSilberberg
Frequent Contributor

Take the slash after the com out and just leave the question mark -- 

https://<mywebapp>.com?token=<token>&exp=<exp>

0 Kudos