Written by

Question Sapan Parikh · Jan 3, 2024

IAM - IRIS Communication

Hi,

On referring this link : https://community.intersystems.com/post/my-first-experience-using-iam

What should be the host and port while creating a service when the communication is been setup in local? Also, please provide the URL to be called using Postman to send a request to IAM. 

Comments

Adam Coppola · Jan 3, 2024

While you are running the IAM setup script, provide the script with a public static IP addres for the host that IRIS (or IRIS container) runs on, and provide the IRIS web server port.

Then after you install IAM, while you are creating a service and sending requests, the IP address should be the address of the host that IAM is running on, and you use an IAM port for incomiong traffic, (e.g. 8000).

Here is documentation about IAM ports for version 3.4.

 And this video about installing IAM has more information: 

0