Skip to main content

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 providers, where functionality is gradually reduced when this is done.
Thx, Eric

 

I think a good starting place on how to implement a custom security provider in K2 is here:


 http://k2underground.com/blogs/pitchblack/archive/2008/05/01/how-to-implement-a-custom-security-provider-example-for-k2-blackpearl.aspx


The code for this blog entry is located here:


http://k2underground.com/k2/ProjectHome.aspx?ProjectID=59


 HTH.


Thx Bob,


I have read the article.


The provider in the arcticle implements all members of the security provider's interface(s). I was wondering what happens when some of the implementations trhow a NotSupportedException. Also, if there are any gotcha's implemeneting a provider for SAP, I'd like to know.


 


Thx again,


 


Eric


Reply