SetupSingleSignOn Method
- Last UpdatedNov 06, 2025
- 1 minute read
The SetupSingleSignOn() method is called by a control when the control is running inside OMI or InTouch. It allows for MES controls to use the logged-on OMI or InTouch user as the MES user. It also registers the control as using single sign-on.
| Overload | Description |
|---|---|
| SetupSingleSignOn(IGraphicSite,Control) | This overload of the SetupSingleSignOn() method is called by a control when the control is running inside InTouch. It allows for MES controls to use the logged-on InTouch user as the MES user. It also registers the control as using single sign-on. |
| SetupSingleSignOn(Control) | This overload of the SetupSingleSignOn() method is called by a control when the control is running inside OMI. It allows for MES controls to use the logged-on OMI user as the MES user. It also registers the control as using single sign-on. |