Hi All,
When am trying to install RSSU first time in my local vm box, the error occured.
Anybody face this issue please help me out of this issue.
An exception occurred while performing configuration with AAD. Exception: System.AggregateException: One or more errors occurred. ---> System.Data.Services.Client.DataServiceRequestException: An error occurred while processing this request. ---> System.Data.Services.Client.DataServiceClientException: {"odata.error":{"code":"Authorization_RequestDenied","message":{"lang":"en","value":"Insufficient privileges to complete the operation."},"requestId":"fece3d00-af25-4842-8ee2-f844b4ec3549","date":"2019-09-21T16:48:21"}}
--- End of inner exception stack trace ---
at System.Data.Services.Client.SaveResult.HandleResponse()
at System.Data.Services.Client.BaseSaveResult.EndRequest()
at System.Data.Services.Client.DataServiceContext.EndSaveChanges(IAsyncResult asyncResult)
at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Microsoft.Azure.ActiveDirectory.GraphClient.Extensions.DataServiceContextWrapper.<SaveChangesAsync>d__74.MoveNext()
--- End of inner exception stack trace ---
at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken)
at Microsoft.Dynamics.Retail.Deployment.AadSetupLibrary.AadHelper.AddReplyUrl(IApplication application, Uri replyUrl)
at Microsoft.Dynamics.Retail.Deployment.AadSetupLibrary.CloudPosAadConfigurationInstaller.ConfigureCloudPosAadAuthentication(AadApplicationParameters cloudPosAppParameters, AadApplicationParameters retailServerAppParameters, IActiveDirectoryClient client)
at Microsoft.Dynamics.Retail.Deployment.AadSetupLibrary.StoreSystemAadConfigurationInstaller.ConfigureCloudPosAadAuthentication(IDeploymentEnvironmentInfo environmentInfo, Uri cloudPosUrl)
---> (Inner Exception #0) System.Data.Services.Client.DataServiceRequestException: An error occurred while processing this request. ---> System.Data.Services.Client.DataServiceClientException: {"odata.error":{"code":"Authorization_RequestDenied","message":{"lang":"en","value":"Insufficient privileges to complete the operation."},"requestId":"fece3d00-af25-4842-8ee2-f844b4ec3549","date":"2019-09-21T16:48:21"}}
--- End of inner exception stack trace ---
at System.Data.Services.Client.SaveResult.HandleResponse()
at System.Data.Services.Client.BaseSaveResult.EndRequest()
at System.Data.Services.Client.DataServiceContext.EndSaveChanges(IAsyncResult asyncResult)
at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Microsoft.Azure.ActiveDirectory.GraphClient.Extensions.DataServiceContextWrapper.<SaveChangesAsync>d__74.MoveNext()<---
.