SecureAuth IdP Version affected: 7x - 8.0.3
Description:
SP init configured realm throws the error "System Error: We are unable to continue at this time. Please close your browser and try again. Error: at System.Threading.Thread.AbortInternal() at System.Threading.Thread.Abort(Object stateInfo) at System.Web.HttpResponse.End() at SAML20SPInitWL.Page_Load(Object sender, EventArgs e)" upon user authentication.
Cause:
The cause of this issue is the PostAuth cookie name does not match in the SAML20SPInit.aspx.vb file
Resolution:
Change the (FormsAuthTokenName) to (ConfigurationManager.Appsettings("PostAuthCookieName")
Comments
Please sign in to leave a comment.