I’m managing several MIQ for different regions and I receive several requests for each region on a daily basis.
Currently, I’ll have to go to individual MIQ to provision the requests. I’m in-progress of developing a frontend application which manages provisioning requests for all of my MIQ by leveraging the APIs (/api/service_orders/cart).
The issue I have is that each MIQ session lasts only 3600s by default and my frontend application doesn’t timeout so I can keep submitting requests.
How can I create an auth_token on MIQ that doesn’t timeout, and use it for my frontend application to submit service orders?