Application gets in to infinite loop after SSO OKTA login

Hi Support team!

I’m facing difficulties where why after successfully login OKTA SSO, the page keep redirect looping as per below

This is the saml config

I have tried to add this function in global.asax but still did not work.
void Session_Start(object sender, EventArgs e)
{
// place holder to solve endless loop issue
}

This is the OKTA configuration setup SSO URL : https://spbt-uat.orisoftsaas.com/hrmsnet_spbt_sso/SAML/AssertionConsumerService.aspx

Any idea or suggestions on how to solve this problem?

Can you reach out to our support team to get further assistance? A support engineer will likely want to review a SAML tracer to help troubleshoot this.

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.