Skip to main content
Nintex Community Menu Bar

Custom security provider

  • June 2, 2008
  • 2 replies
  • 20 views

Forum|alt.badge.img+1

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

 

2 replies

Forum|alt.badge.img+9
  • Nintex Partner
  • June 3, 2008

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.


Forum|alt.badge.img+1
  • Author
  • June 3, 2008

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