Error authenticating application: No redirectUri provided.
Created at 25 Jun 2024, 15:09
Error authenticating application: No redirectUri provided.
25 Jun 2024, 15:09
Hello,
The 3rd party clients get this message when tries to allow access for my Application to his accounts.
I have added the following uris:
http://www.mysite.com/auth/ctrader.php
https://www-mysite.com/auth/ctrader.php
www.mysite.com/auth/ctrader.php
mysite.com/auth/ctrader.php
The uri is valid.
Can somebody help me what do I wrong?
PanagiotisCharalampous
26 Jun 2024, 08:58
Hi there,
Make sure that the redirect_uri variable set in your authentication url is the same as the one set in your application
Best regards,
Panagiotis
@PanagiotisCharalampous