Base solution for your next web application

Activities of "jeromerenaglia"

I saw it was a new feature from version 8.7, but I'm not able to use it! Is there a sample, a doc or anything to describe how to use it? Thanks

Hello

I disbled UserDelegation by changing IsEnabled = false in UserDelegationConfiguration I I get 3 test fails : DelegateNewUser_Tests RemoveDelegation_Test Remove_Different_Users_Delegation_Test

All these test are calling CheckUserDelegationOperation method containing this code

        if (!_userDelegationConfiguration.IsEnabled)
       {
           throw new Exception("User delegation configuration is not enabled !");
       }

Regards

Showing 1 to 2 of 2 entries