We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm using ueberauth, "0.10.8" ueberauth_okta, "1.1.3"
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" } ] }
The text was updated successfully, but these errors were encountered:
Should be the same issue as reported here: ueberauth/ueberauth_github#69
This should resolve it: ueberauth/ueberauth_github#69 (comment)
Sorry, something went wrong.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: