Posts: 42
Threads: 15
Joined: Oct 2018
Reputation:
0
Location: Italy
Hi,
I use delphi and IW 15...
I need to implemente the access to intraweb application with SAML 2.0 protocol.
Can you give me some suggestions to put me in the right direction ..
are there any libraries to use this protocol with Delphi and IW ?
thanks
Alessandro Romano
Posts: 1
Threads: 0
Joined: Jan 2023
Reputation:
0
Location: Germany
Hello,
are there any changes belonging to support of SAML? I'm using Intraweb 15 and a http.sys application and need(!) this for a customer.
Thanks in advance!
Peter
Posts: 2,257
Threads: 195
Joined: Mar 2018
Reputation:
86
Location: Auckland, New Zealand
IW 15.2.70 will bring oAuth2 authentication using MS Azure servers. I just need some time to finish a few bits... And Google is next in our pipeline. We can possibly think about other integrations in the near future.
We believe that oAuth2 with Azure/Google is a great addition to IW core.
Posts: 2,257
Threads: 195
Joined: Mar 2018
Reputation:
86
Location: Auckland, New Zealand
BTW, I'm not aware of any specific requirements that you may have, but I'd go with OpenID instead of SAML. SAML - although extensively used - is an older tech, based on complex XML processing and to be honest seems pretty outdated to me. OpenID is built on top of oAuth2, easily implemented and possibly that's something that we may implement in a near future as an IW add on.
Posts: 2,257
Threads: 195
Joined: Mar 2018
Reputation:
86
Location: Auckland, New Zealand
Hi Dan, yes, you are right about corporations... We need to use what our customers want to use, that's the reality.
What I'm saying here is that, if you have any power to decide or at least influence the decision, go for OpenID (as long as it fulfills the requirements). It's good to notice that OpenID is a good way to prove that John Doe is actually John Doe but it does not say what John Doe can or cannot do. If you need this kind of control, definitely SAML is the way to go.