03-03-2025, 09:17 AM
Any SAML library available for Delphi should be able to work with IntraWeb
In IntraWeb you can create an endpoint with Content handlers that will receive the SAML assertion (XML). The SAML library should be capable of processing this response (extract and validate it).
After a quick google search, I found this: https://github.com/EtheaDev/Delphi-SAML
(never used it, looks good), but it's a start.
In IntraWeb you can create an endpoint with Content handlers that will receive the SAML assertion (XML). The SAML library should be capable of processing this response (extract and validate it).
After a quick google search, I found this: https://github.com/EtheaDev/Delphi-SAML
(never used it, looks good), but it's a start.

