I know it's fairly straightforward to read from an LDAP source using the LDAP bridge asset and allow users to login to Squiz Matrix based on the Active Directory (AD) permissions.
We currently have a form hosted outside Squiz Matrix environment and I'm fairly sure that it has been written in Visual Basic/ASP.NET - the page itself renders out in HTML format in the browser of course.
It is used to login to memberships, allow visitors to register and also for members to change/edit their details in the LDAP. The common theme here is that it allows users to make changes to their profile within LDAP.
All I can see the LDAP bridge do now is a read only "GET" action but no "POST" action - hence why I think the form was originally created outside of the Squiz Matrix environment (the form was created before I was around).
I have been tasked with bringing the ASP.NET forms into the Squiz Matrix environment and I am wondering if it can be done. I gather there is not currently an asset that can do it. I assume it was created outside of Squiz Matrix for a reason and perhaps I should make a remote content asset and scrape the page into Squiz Matrix?
Has anyone got any experience with writing to LDAP from Squiz? I know HTML/CSS/JS/PHP - but I am not familiar with C# or Visual Basic.