Atozed Forums
OAuth Callback URI for IntraWeb 15 Stand‑Alone (SA) – confirmation needed - 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 Callback URI for IntraWeb 15 Stand‑Alone (SA) – confirmation needed (/thread-5165.html)



OAuth Callback URI for IntraWeb 15 Stand‑Alone (SA) – confirmation needed - giorgio_c - 04-21-2025

Hi everyone,
I’m integrating the new OAuth engine in IntraWeb 15 into a stand‑alone application that runs locally at http://localhost:8888.
I couldn’t find the required redirect/callback URI in either the shipped OAuth demo or the official documentation.
After a fair bit of digging — and with the help of a couple of LLMs — I arrived at this URI: http://localhost:8888/$/oauth/v2
Before I proceed, could someone please confirm that this is indeed the correct endpoint for SA (Indy) deployments?

Also, if I later switch to ISAPI/http.sys, am I right in thinking the URI would simply include the DLL name, e.g.
Code:
https://mysite.com/MyApp.dll/$/oauth/v2
?
Suggestion: Given how crucial this information is, it would be great to have it clearly stated in the docs and/or demo comments. I wasn’t able to locate it there and only surfaced it after quite a bit of trial‑and‑error.
Thanks in advance for the clarification!

After attempt I successfully can run the demo using: http://localhost:8888/$/oauth/v2