Need help with this error

Please see the image attached to this post. I am having trouble getting past it no matter what I try. I think i am not putting the right values in the Call Back URL field in the Application. Please help! Thanks

Joaquin

It’s hard to know without seeing your Auth0 setup and the type of connection you’ve configured/what your app is built on etc, however using the SAML tracer chrome plugin and looking at the network logs whilst testing your signup (as the url is in the bottom of your screen grab btw) it could be that your callback url is http where as your app 301s you to https… (the s being the difference)?

Thank you @JFoxUK . My app is built on Springboot, I have a custom domain and using a Database for authentication. I have a few redirect uri’s setup in the Callback field: http://localhost:3010/login/oauth2/code/okta, Please sign in , Please sign in

I am at a loss as to how to troubleshoot this issue. I hope these answers help. Let me know if I can provide more information.

Thanks!

From the HAR file, it looks like Spring is generating / using ''http://app.franflix.net/… as the redirect_uri but you dont have that in your callback list.

Thank you! Here is the full list of callback list as an image. Hmm…

On the error page (earlier in this thread) the link goes to here without the brackets: [https://app.franflix.net/oauth2/authorization/okta\] should add that to the call back list?

Is this what your app is using? redirect_uri=https://app.franflix.net/login/oauth2/code/okta

Currently I don’t have that in my config file (application.yml). I will add it and see how it goes. Thanks! @JFoxUK

1 Like

Well sadly that didn’t help much! Hmm…..not sure where to go next.

(post deleted by author)