Skip to content

Commit

Permalink
codespace url
Browse files Browse the repository at this point in the history
  • Loading branch information
aloncarmel authored Dec 12, 2024
1 parent a232d24 commit a3ada31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion steps/5configure_url_api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ startFlow:
- text: Visit app settings on Autodesk Platform Services. Navigate to the general settings section where you can manage your app configuration.
- text: Now we want to configure the callback url to point to your Codespace URL. :instruction[You can go to the “Ports” tab in your Codespaces instance and see the url of your running app]
- text: "!(https://res.cloudinary.com/wilco/image/upload/v1728390389/ports_small_d6syvp.png)"
- text: Set the Callback URL to (your app url)/api/auth/callback. This URL will be used for OAuth authentication callbacks.
- text: Set the Callback URL to (your Codespace public app url)/api/auth/callback. This URL will be used for OAuth authentication callbacks.
- text: Enable all necessary APIs for optimal functionality. Review the APIs your app needs and enable them in the settings.
- text: Save your configurations to sync changes. Ensure all changes are saved to apply the new settings.
- actionId: ready_message
Expand Down

0 comments on commit a3ada31

Please sign in to comment.