Skip to main content
Solved

Issue Token from Portal for ArcGIS

  • February 18, 2025
  • 1 reply
  • 30 views

vxn43
Supporter
Forum|alt.badge.img+18

I have provided a consultant with the URL to one of my geocoder services. In order for them to access it, I need to issue a token. The token is issued in the Portal, which means it is valid for a maximum of two weeks. Currently, I have to issue a token every two weeks, a manual process. 

I would like FME to issue a token and then email it to the recipient. I know how to do the email part, but is it possible for FME to contact the Portal and issue a token?

My ultimate goal would be to add this workbench to an Automation and have the token automatically issued every two weeks.

Best answer by hkingsbury

You’d call the generateToken end point in FME- https://developers.arcgis.com/rest/users-groups-and-items/generate-token/.

A much easier way would be to provide your consultant what a login to Portal. That way they can use the credentials to connect to the service

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

1 reply

hkingsbury
Celebrity
Forum|alt.badge.img+64
  • Celebrity
  • Best Answer
  • February 19, 2025

You’d call the generateToken end point in FME- https://developers.arcgis.com/rest/users-groups-and-items/generate-token/.

A much easier way would be to provide your consultant what a login to Portal. That way they can use the credentials to connect to the service