Replies: 1 comment 3 replies
-
Adding token to the the query string is not supported in standard oauth2 flow / infinity plugin yet. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I am working on using Oauth2.0 from esri or digest auth to request for access token which will use to append to my url in ?token=<access_token>. When I try the health check its working perfectly fine, but when I try to actual query, from query inspector I can see no token is being appended when using digest auth, while using Oauth2 with client credentails - > Authentication steps not included for OAuth authentication.
Does anyone know how to request a token first, then parsing/append to url and fetch the API data?
Beta Was this translation helpful? Give feedback.
All reactions