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

Store Hash #16

Open
OrrYakobi opened this issue Nov 27, 2017 · 4 comments
Open

Store Hash #16

OrrYakobi opened this issue Nov 27, 2017 · 4 comments

Comments

@OrrYakobi
Copy link

OrrYakobi commented Nov 27, 2017

cannot seem to find the store hash in my response. Context comes in as "".

This is my omniauth.rb

Rails.application.config.middleware.use OmniAuth::Builder do

  provider :bigcommerce, ENV['BC_ID'], ENV['BC_SECRET'], scope: "store_v2_orders"  
           
end

In my app settings. I only have the Orders permission set to modify.

@lord2800
Copy link

You may want to redact part of that response and revoke the token it generated...

@OrrYakobi
Copy link
Author

Will do

@undergroundwebdesigns
Copy link

Did you get this resolved? We're seeing the same thing. Strangely, if the oAuth flow is started from the Bigcommerce app store, then context is set correctly, but if the oAuth flow is started from omniauth (by redirecting to /auth/bigcommerce the context is sent back as an empty string.

@j05h
Copy link
Contributor

j05h commented May 29, 2020

@OrrYakobi were you able to resolve the issue? Please ensure you are on our latest version.

Thanks!

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

4 participants