-
Notifications
You must be signed in to change notification settings - Fork 260
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
Grant does not work when cookies are blocked #216
Comments
No that's not possible. But why not send the account ID as state in this case:
Another way is hide the Grant connect endpoint behind yours. |
Thank you for the quick reply. |
I am getting this error error=Grant%3A%20missing%20session%20or%20misconfigured%20provider#
Am I missing something in my config? |
Update: Is there a way to solve this without using cookies or session storage. |
No, cookies are required in order to execute the OAuth flow. After you receive the access token you are free to destroy the session if you want. You can read about different cookie configuration options here #199 |
This is my config object.
I am getting dynamic accountId and I need to send that in state rather than having a random state.
The text was updated successfully, but these errors were encountered: