![]() |
|
Oauth2 - Authentication with IW - 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: Oauth2 - Authentication with IW (/thread-1732.html) |
Oauth2 - Authentication with IW - joelcc - 06-16-2020 I am needing to connect an existing Intraweb application to an identity server using Oauth2. Does anyone have any suggestions on how to do this? RE: Oauth2 - Authentication with IW - tim@umbani.com - 02-09-2023 (06-16-2020, 10:06 PM)joelcc Wrote: I am needing to connect an existing Intraweb application to an identity server using Oauth2. Hi, I am also trying to do this and can not find any assistance on the web - Did you come right and would you be willing to share the solution if you did ? Thanks Tim RE: Oauth2 - Authentication with IW - Noobi$$ - 01-01-2024 is there any idea yet ? RE: Oauth2 - Authentication with IW - ioan - 01-01-2024 (01-01-2024, 11:13 AM)Noobi$$ Wrote: is there any idea yet ? https://github.com/Atozed/IntraWeb/tree/master/15/Delphi/OAuth RE: Oauth2 - Authentication with IW - giorgio_c - 04-21-2025 Hi @joelcc, Were you able to get the OAuth flow working with IntraWeb 15 in the end? I’d love to know exactly which redirect URIs you registered: Local stand‑alone (Indy) – was it something like http://localhost:8888/$/oauth/v2? ISAPI / http.sys deployment – did you use https://app.site.com/appname.dll/$/oauth/v2, or a different path? If you could confirm the full paths you used—and whether everything is running smoothly—it would really help the rest of us facing the same hurdle. Thanks a lot! After attempt I successfully can run the demo using: http://localhost:8888/$/oauth/v2 |