SSO Configuration Wizard Gen
- Aravind Naik (Unlicensed)
- Mayuresh Balaji Kamble (Unlicensed)
- Enterprise IT
Configuring Application Settings
Configuring Auto Escalation for Incident By SLA
Configuring Auto Escalation for Incident By Time
Configuring Auto Escalation for SR by Time
Configuring Auto Escalation for SR by SLA
2019-09-30_08-38-31_Configuring Mailbox
2020-04-07_12-45-08_Proxy View
2019-09-30_07-46-16_Configuring Vendor MIBs
Using the SummitAI SSO Configuration Wizard, the Administrators can configure SummitAI to provide Single Sign-on for Forms, SAML, OAuth, and Proxy. The users can log into their account using the credentials and also access the SummitAI application without providing a separate set of credentials. The users can also log into the SummitAI application by providing Forms, SAML, OAuth, or Proxy credentials from the SummitAI application login page.
A Service Provider is a website that hosts applications. You can enable SummitAI as a Service Provider. Your users can then access other applications directly from SummitAI using SSO. SSO can be a great help to the users. Instead of having to remember many passwords, they only have to remember one.
To use SSO feature with SummitAI application, few configurations are required. To view the mandatory prerequisite configurations, see
Application Pool Configuration
The Identity of Application pool for the application website should be set as LocalSystem.
To configure Application Pool, do the following:
- Go to IIS.
- Select Application pools.
Figure: Application Pool - To find the application pool configured for the Application website:
- Right-click on the application website.
Figure: Advanced Settings - Select Manage Application > Advanced Settings. The Advanced settings window is displayed where the Application Pool name is available.
Figure: Application Pool name
- Right-click on the application website.
- From the list of Application Pool, select the one that is configured for the application website.
Figure: Application pools - Go to Advanced Settings under Actions tab.
- Click on Identity under Process Model.
Figure: Advanced Settings - Select LocalSystem in the Built-in account drop-down list.
Figure: Application Pool Identity - Click OK.
Web.config Configuration (applicable only for Facebook and Office365):
The following code should be added in the Web.config file for the application to use SSO login:
<system.net>
<defaultProxy useDefaultCredentials="false">
<proxy proxyaddress="Provide Your Proxy address" usesystemdefault="false"/>
</defaultProxy>
</system.net>
Note:
Replace "Provide Your Proxy address" with appropriate proxy address.
- SSO Configuration for Forms, see SSO Configurations: Forms.
- SSO Configuration for SAML, see SSO Configuration : SAML.
- SSO Configuration for OAuth, see SSO Configuration: OAuth.
- SSO Configuration for Proxy, see SSO Configurations: Proxy.
Confluence Cloud Migration Alert: Please refer to known issues you may encounter in Confluence Cloud: https://eitdocs.atlassian.net/wiki/x/wDGwAQ