ACS Extensions: The specified key is not valid for the specified namespace
Hi,
I have the following error when trying to install ACS Extensions package:
[WebException: The remote server returned an error: (403) Forbidden.]
System.Net.WebClient.UploadValues(Uri address, String method, NameValueCollection data) +1022
Microsoft.Samples.DPE.ACS.ServiceManagementWrapper.ServiceManagementWrapper.GetTokenFromACS() +513
Microsoft.Samples.DPE.ACS.ServiceManagementWrapper.ServiceManagementWrapper.CreateManagementServiceClient() +341
Microsoft.Samples.DPE.ACS.ServiceManagementWrapper.ServiceManagementWrapper.RetrieveRelyingParty(String name) +154
[InvalidCredentialException: The specified key is not valid for the specified namespace.]
Microsoft.Samples.DPE.ACS.ServiceManagementWrapper.ServiceManagementWrapper.RetrieveRelyingParty(String name)
I mention that I generate the symmetric key using the account from https://{my-namespace}.accesscontrol.windows.net and I tried to install the package even on a new starter Umbraco website. I followed the steps from codeplex tutorial.
Could you please help me with an advice for my problem?
ACS Extensions: The specified key is not valid for the specified namespace
Hi,
I have the following error when trying to install ACS Extensions package:
[WebException: The remote server returned an error: (403) Forbidden.] System.Net.WebClient.UploadValues(Uri address, String method, NameValueCollection data) +1022 Microsoft.Samples.DPE.ACS.ServiceManagementWrapper.ServiceManagementWrapper.GetTokenFromACS() +513 Microsoft.Samples.DPE.ACS.ServiceManagementWrapper.ServiceManagementWrapper.CreateManagementServiceClient() +341 Microsoft.Samples.DPE.ACS.ServiceManagementWrapper.ServiceManagementWrapper.RetrieveRelyingParty(String name) +154 [InvalidCredentialException: The specified key is not valid for the specified namespace.] Microsoft.Samples.DPE.ACS.ServiceManagementWrapper.ServiceManagementWrapper.RetrieveRelyingParty(String name)
I mention that I generate the symmetric key using the account from https://{my-namespace}.accesscontrol.windows.net and I tried to install the package even on a new starter Umbraco website. I followed the steps from codeplex tutorial.
Could you please help me with an advice for my problem?
Thanks.
is working on a reply...