Hi,
I plan to write a custom security provider for SAP.
My questions are: Is there any guidance on this topic?Is this supported (IHostableSecurityProvider not being mentioned in the SDK docs)Is it allowed to partially implement a security provider (throwing NotSupportedException's in selected methods). This is similar to ASP.NET Membership ...