Hi
We need help.
We are using Azure for authentication. Our Azure B2C users are getting intermittent error.
below is error:
An error SAML response status was received. urn:oasis:names:tc:SAML:2.0:status:Requester: The request exceeds the allowable time to live.
Full error:
An error SAML response status was received. urn:oasis:names:tc:SAML:2.0:status:Requester: The request exceeds the allowable time to live.
Comment : [ComponentSpace.SAML2.Exceptions.SAMLErrorStatusException] An error SAML response status was received. urn:oasis:names:tc:SAML:2.0:status:Requester: The request exceeds the allowable time to live. at ComponentSpace.SAML2.InternalSAMLServiceProvider.ProcessSAMLResponse(XmlElement samlResponseElement, Boolean& isInResponseTo, String& userName, SAMLAttribute[]& attributes) in C:\Sandboxes\ComponentSpace\SAMLv20\Library\InternalSAMLServiceProvider.cs:line 462 at ComponentSpace.SAML2.InternalSAMLServiceProvider.ReceiveSSO(HttpRequest httpRequest, Boolean& isInResponseTo, String& partnerIdP, String& userName, SAMLAttribute[]& attributes, String& relayState) in C:\Sandboxes\ComponentSpace\SAMLv20\Library\InternalSAMLServiceProvider.cs:line 756 at ComponentSpace.SAML2.SAMLServiceProvider.ReceiveSSO(HttpRequest httpRequest, Boolean& isInResponseTo, String& partnerIdP, String& userName, IDictionary`2& attributes, String& relayState) in C:\Sandboxes\ComponentSpace\SAMLv20\Library\SAMLServiceProvider.cs:line 392 at ExtranetSSOLogin.Default.ProcessSAMLRequestFromIDP() in C:\eBusiness\ExtranetSSOLogin\Default.aspx.cs:line 349 at ExtranetSSOLogin.Default.Page_Load(Object sender, EventArgs e) in C:\eBusiness\ExtranetSSOLogin\Default.aspx.cs:line 82 at System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) at System.Web.UI.Control.OnLoad(EventArgs e) at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)