This web page class provides single sign-on enterprise security for web applications. It retrieves the Windows user who authenticated to IIS and displays a list of applications they are allowed access to in a DataGrid. When the user clicks on an application, a new token is generated, stored in the esAppToken table, and passed to the AppLogin.aspx page in that web application.
Comments