Summit SSO Documentation: Workflow
Summit SSO Documentation: Workflow
SSO in our existing epaper is implemented as a .NET library(SSOLogin.dll) and it must be in the bin folder
of the epaper .
This Library implements the idea of single sign on and single logout from the set of epaper domain for
which the subscription database of those epaper must be same.
Below is the workflow and changes for the above :
Workflow
Redirection
to Check SSO Cookie
Login Screen Successful
Authenticationn SSOConnect
authentication : If not set SSO
(user enter
username and cookie
Set sso cookie
password)
Check nxt
Redirect to Yes publication
SSOConnectof domain exists
next domain
No
Redirect to the
HomePage from
where authentication
started
• If the password at the time of token generation does not match current password in
that ssoAuthentication will not successful as in security scenario a user can change
password and the sso token will be invalid now .
• After the above process if user login anytime and if cookie exists then user will be
authenticated using the cookie else redirected to Login Screen and above process will
follow.
• Logout Process : The logout process will be same as above using SSOConnect
redirection and remove the cookie one by one and redirecting to the first logout
triggering domain.
Database requirement above standard epaper :
• Table tbl_ssoToken.