Okta Integration

John Elli Salvador asked on May 26, 2022 19:04

So we integrated Okta and we are receiving the SAML Response from the custom page(SSO.aspx) that we created right after the authentication process . The problem is when we are redirecting to Admin/CMSAdministration.aspx page it keeps on redirecting to the Okta IdP URL. Any reason why?

// Authenticate and redirect
AuthenticationHelper.AuthenticateUser(user.UserName, true, true);
Response.Redirect("/Admin/CMSAdministration.aspx");

Recent Answers


Dmitry Bastron answered on May 27, 2022 06:59

Hi John,

Could you check in dev tools, network tab the entire trail of requests and redirects. It may give you a clue what exact module is redirecting it back to IDP.

0 votesVote for this answer Mark as a Correct answer

   Please, sign in to be able to submit a new answer.