InterviewSolution
| 1. |
Explain The Flow Of A Multi Domain Single Sign-on? |
|
Answer» MULTI Domain SSO gives users the ability to access more than one protected resource (URL and Applications), which are scattered across multiple domains with one time authentication.
In Multi Domain SSO environment, we should DESIGNATE one web server (where web gate is installed) as “Primary Authentication Server”. Primary Authentication Server acts as a central server for all authentications in multi domain environment. In general the webgate installed in the domain where Access server resides will be designated as the primary authentication server. Lets assume that OAM components are installed in host1.domain1.com and we will designate host1.domain1.com as the primary authentication server.
Following are the steps that explain how multi domain SSO works:
Multi Domain SSO gives users the ability to access more than one protected resource (URL and Applications), which are scattered across multiple domains with one time authentication. In Multi Domain SSO environment, we should designate one web server (where web gate is installed) as “Primary Authentication Server”. Primary Authentication Server acts as a central server for all authentications in multi domain environment. In general the webgate installed in the domain where Access server resides will be designated as the primary authentication server. Lets assume that OAM components are installed in host1.domain1.com and we will designate host1.domain1.com as the primary authentication server. Following are the steps that explain how multi domain SSO works: |
|