views:

12

answers:

0

I create a custom claim provider for sharepoint, it works fine but I need to add a claim when user enter a key in specific page, I write it in my user profile database, but my question is how to make ClaimProvider recalculate the claim for current user?

One way is make user sign-out so he/she need to sign in again and he/she will gain new claim, but it is very bad way. I need to force sharepoint to call ClaimProvider again.

Is there any way?