Skip to main content

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.

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