-
Notifications
You must be signed in to change notification settings - Fork 4
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
Authorize salesforce modal is not showing anything #28
Comments
I believe the frontend needs to be rewired to use the backend "GET /authorize" endpoint?
|
@seanspeaks @joncodo Or if it's supposed to be OAuth then the |
If neither of those solutions work, it might be the redux issue from the other issue. The AuthorizationRequirements isn’t getting mapped to the redux state |
So @seanspeaks can you give a spec for what is supposed to happen when you enable salesforce in a new create-frigg-app? |
@seanspeaks im a bit blocked on this task right now. Here is what I propose should happen:
If no config is set, the UI lets you set your config in the UI and saves it locally to disk as the .env file Once config is set properly for salesforce, when you click the enable button in the UI, you are redirected to a salesforce login page. Once you log in, you are redirected to the application and it shows that you have connected salesforce and which user you have authorized in the UI. This tells the user that it is working. Then I think we have a list of all routes that we support with a live coding tool to make requests like postman right from the frontend of the UI. I think these are good ideas but I need them approved by @seanspeaks |
When you create a new frigg application, Salesforce is configured by default.
Steps to reproduce
Connect
Expected:
The text was updated successfully, but these errors were encountered: