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?
(06-16-2020, 10:06 PM)joelcc Wrote: [ -> ]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?
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
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