Versions Compared
Key
- This line was added.
- This line was removed.
- Formatting was changed.
Scroll ignore | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||
Scroll export button | ||||||||
---|---|---|---|---|---|---|---|---|
|
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,
Expand | |||||
---|---|---|---|---|---|
| |||||
Application Pool ConfigurationThe Identity of Application pool for the application website should be set as LocalSystem. To configure Application Pool, do the following:
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>
|
- 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.
Scroll ignore | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||
|