appcues / ueberauth_okta

Okta strategy for Überauth
MIT License
9 stars 18 forks source link

csrf_attack error #39

Open StephenTurley opened 6 months ago

StephenTurley commented 6 months ago

I'm using ueberauth, "0.10.8" ueberauth_okta, "1.1.3"

I'm not sure if this is a config issue or a bug but I'm getting the following error when authorizing with Okta.

Failed Auth: %Ueberauth.Failure{
  provider: :okta,
  strategy: Ueberauth.Strategy.Okta,
  errors: [
    %Ueberauth.Failure.Error{
      message_key: "csrf_attack",
      message: "Cross-Site Request Forgery attack"
    }
  ]
}
fortmarek commented 4 months ago

Should be the same issue as reported here: https://github.com/ueberauth/ueberauth_github/issues/69

This should resolve it: https://github.com/ueberauth/ueberauth_github/issues/69#issuecomment-1630805292