Hi,
I am trying to create a WCF that interacts ADAM and AzMan. Can you tell me what is the configuration needed, for a WCF to work successfully.
I am using Windows Authentication for my application. I want to use anonymous access for WCF. I have already created the WCF, but i am continuously getting 1 or these errors.
Handle is invalid.
Access Denied.
Insufficient Access Rights.
I am not able to bind to AzMan from WCF, using credentials. What are the requirements, an AzMan Store looks for..
AzAuthorizationStore store = new AzAuthorizationStoreClass();
store.Initialize(0, @"msldap://localhost:389/CN=AzManSample,OU=AzManADAMStore,O=Kreshiv,C=US", null);
IAzApplication app = store.OpenApplication(Roles.ApplicationName, null);
// Get the current user context
IAzClientContext ctx = app.InitializeClientContextFromToken((ulong)userToken, null);
Here is the error which i am getting stuck with. I can get only access rights error.
Please help me!!!
Thanks,
Kreshiv Madhan.