Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

csrf_attack error #39

Open
StephenTurley opened this issue Mar 20, 2024 · 1 comment
Open

csrf_attack error #39

StephenTurley opened this issue Mar 20, 2024 · 1 comment

Comments

@StephenTurley
Copy link

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
Copy link

Should be the same issue as reported here: ueberauth/ueberauth_github#69

This should resolve it: ueberauth/ueberauth_github#69 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants