Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi ,
Hoping someone can help .. I'm new to this but tried building this app but i'm getting a message : "returnto not included in web integration whitelist" after it reroutes me to a login page but before it displays a login prompt ..
Can anyone shed any light on this ?
Thanks
Hi! In your management console where you created the web integration, click edit and at the bottom in the allow list you add the domain you run your web app on, e.g. http://localhost:8080 - the reference to returnto is a query parameter generated by the script from the tutorial where the user should be redirected after a successful login. If that domain isn't added to the allow list it won't redirect the user because of security reasons.
Hi ,
Thanks for the response but i'd already done that ..
Any other suggestions I can try ?
Thanks again ..
From the screenshot i can see that you've added localhost to the "content security policy".
What Andree is referring to is the "Web" section in the console
You should have record there with the web integration id, that is used in the web app. Edit the web integration and add "http://localhost:8080" to the "Allowed origin"
Stefan
Thank you so much .. That worked ..