Running into an issue with setting up the SAML connector with Okta and I am having a hard time figuring out the root cause. I follow the documentation video on setting up SAML connectors and setting authentication with SAML. Even still trying to authenticate, I receive the following error:
Form tampering protection token validation failed.
Error: The requested address ‘/saml/saml-connectors/single-sign-on’ was not found on this server.
Does anyone have a direction to help resolve this issue?
Was able to figure out a solution from a previous post.
The Setting for SSO URL in OKTA is instructed to point to “/saml/saml-connectors/single-sign-on” when it actually only need to point to “/login” instead. Example:
Instead of www.yoursite.com/saml/saml-connectors/single-sign-on it should be simply www.yoursite.com/login