I'm trying to get through the "Implement the OAuth 2.0 Web Server Flow" trail, and I cannot complete the OpenID Connect playground step.
I've set up the connection as per the instructions in the trail, however, when I click "Next" I just get a 404 error.
The 404 seems to be generated by the redirect URI, which I can't change.
Is this something I need to report to Salesforce? Or is there a solution I'm overlooking...?
1 respuesta
Figure it out.
Error message was in the URL. Turns out it was a permissions issue.
To resolve, I completed the following steps:
- Navigate to Setup > Connected Apps > Manage Connected Apps.
- Opened the "Customer Order Status" app and clicked "Edit Policies".
- Altered the "Permitted Users" setting from "Admin approved users are pre-authorized" TO "All users may self-authorize"
- Altered "IP Relaxation" from "Enforce IP restrictions" TO "Relax IP restrictions".
This then permitted me to login.
Hope this helps someone in the future.