Atozed Forums
OAUTH 404 while switching from SA to ISAPI - Printable Version

+- Atozed Forums (https://www.atozed.com/forums)
+-- Forum: Atozed Software (https://www.atozed.com/forums/forum-1.html)
+--- Forum: IntraWeb (https://www.atozed.com/forums/forum-3.html)
+---- Forum: English (https://www.atozed.com/forums/forum-16.html)
+----- Forum: IntraWeb General Discussion (https://www.atozed.com/forums/forum-4.html)
+----- Thread: OAUTH 404 while switching from SA to ISAPI (/thread-3328.html)



OAUTH 404 while switching from SA to ISAPI - swiatex - 06-22-2023

Hello,
I've encountered 404 while switching Google OAuth from SA to ISAPI (IIS).
On SA everything works fine (return to localhost:8888/$/oauth/v2 works fine). However when switching to ISAPI I got 404 when returning to mydomain.com/$/oauth/v2.
I suppose it's more server side IIS then Intraweb, but not sure if I miss something.
Any ideas how to troubleshoot? Could you please suggest debug ideas? 
Regards,


Just figured out that it should look like:
Code:
mydomain.com/app.dll/$/oauth/v2
rather that 
Code:
mydomain.com/$/oauth/v2



So this might be marked as solved. Im leaving it here as is in case if someone may face same issue.


RE: OAUTH 404 while switching from SA to ISAPI - Alexandre Machado - 06-22-2023

Thanks for the feedback.

Are you setting the URL when creating the OAuth application object? What happens if you leave it empty?