When OAuth/OIDC flows are enabled on a Cognito User Pool Client, you must specify at least one callback (redirect) URL. This is the URL Cognito redirects the user to after they sign in. It must exactly match the URL your app sends in the authorization request.
Paste into this field
Cognito → callbackUrlsOutput looks like
https://app.example.com/callbackYour callback URL is the endpoint in your application that handles the authorization code exchange. Common patterns:
• React/Next.js with NextAuth: https://app.example.com/api/auth/callback/cognito
• Amplify default: https://app.example.com/
• Localhost for development: http://localhost:3000/callback
Select your Cognito node → property panel → toggle "Enable OAuth Flows" (under Advanced settings) to enable OAuth support.
In the "OAuth Callback URLs" field (also under Advanced settings), enter your callback URL. For multiple URLs, separate with commas.
Add both http://localhost:3000/callback (for local dev) and your production URL. Cognito accepts multiple callback URLs.
Once you have the value, go back to CloudStack Canvas and paste it into the highlighted field.
CloudStack Canvas · Validation Guide