Is there not any way to control Login to redirect to custom Login page for alternate login if due to any reason user will not able to logged in on runtime.
I want my user able to login using manual login form, in case any issue occurred during authentication Whether due to ADFS not reachable OR not resonded OR in handling SAML response on from SAML2.HttpModule side (instead of throwing YELLOW error page).
Brief:
on application 1st hit/Request i want to redirect my user to ADFS, Whether ADFS do not responded OR ADFS do respond but SAML response was not able to parse from Sustainsys SAML httpmodule OR SAML response Status code is something other than success then in any such scenario I want user to get auto redirect on to some other existing login page.
So, Can i get some Flag or Status on application side instead of getting error on yellow page so that i can redirect user to some manual login page conditionally.
Reason for looking this option:
My ADFS is not responding is some cases and sometime not responding with proper SAML response (i.e. returning Status code: Responder on yellow error page)
I am using:
SAML2.HTTPModulesAsp.Net, C#, and 4.6 framework of dot net
Is there not any way to control Login to redirect to custom Login page for alternate login if due to any reason user will not able to logged in on runtime.
I want my user able to login using manual login form, in case any issue occurred during authentication Whether due to ADFS not reachable OR not resonded OR in handling SAML response on from SAML2.HttpModule side (instead of throwing YELLOW error page).
Brief: on application 1st hit/Request i want to redirect my user to ADFS, Whether ADFS do not responded OR ADFS do respond but SAML response was not able to parse from Sustainsys SAML httpmodule OR SAML response Status code is something other than success then in any such scenario I want user to get auto redirect on to some other existing login page. So, Can i get some Flag or Status on application side instead of getting error on yellow page so that i can redirect user to some manual login page conditionally.
Reason for looking this option: My ADFS is not responding is some cases and sometime not responding with proper SAML response (i.e. returning Status code: Responder on yellow error page)
I am using: SAML2.HTTPModules Asp.Net, C#, and 4.6 framework of dot net