diff --git a/steps/5configure_url_api.yml b/steps/5configure_url_api.yml index 8c2355f..295b6ad 100644 --- a/steps/5configure_url_api.yml +++ b/steps/5configure_url_api.yml @@ -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