Bij de registratie van een nieuwe MINOX-database treedt de volgende foutmelding op:
itgenoda185
De applicatie is niet bevoegd om een autorisatiecode aan te vragen met deze methode en/of autorisatieverleningstype.
Gebruik een correct geconfigureerde client ID.
Callstack
Callstack:
Invantive.Basics.InvantiveSqlException
at Invantive.Basics.ValidationException..ctor(GlobalState owner, ExecutionOptions executionOptions, String messageCode, String errorMessage, String kindRequest, String localStackTrace, String nk, Exception innerException, Boolean inheritMessageCodeWhenPresent, Nullable`1 uid, Nullable`1 isRecoverable, String poolIdentityId, String url, Nullable`1 partyUid, String partitionCode, String tableName, String parameter1, String parameter2, String parameter3, String parameter4, String parameter5, String clientId)
at Invantive.Basics.InvantiveSqlException..ctor(GlobalState owner, ExecutionOptions executionOptions, String validationCode, String errorMessage, String kindRequest, String stackTrace, String nk, Exception innerException, Boolean inheritMessageCodeWhenPresent, Nullable`1 uid, Boolean isRecoverable, String poolIdentityId, String partitionCode, String tableName, String parameter1, String parameter2, String parameter3, String parameter4, String parameter5, String clientId)
at Invantive.Cloud.Controllers.SetupController.ProcessNewOAuthCodeGrantFlowForDataContainer[T](GlobalState owner, ExecutionOptions executionOptions, HttpContext httpContext, IProviderManager manager, String code, String state, String error, String provider, Nullable`1 maximumLifetimeTestToken, Func`3 getName, Func`2 getDefaultClientId, Func`2 getDefaultClientSecret, Func`5 getConnectionString, Func`4 getSpecification, Func`4 getLoggedInUser)
at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[TStateMachine](TStateMachine& stateMachine)
at Invantive.Cloud.Controllers.SetupController.ProcessNewOAuthCodeGrantFlowForDataContainer[T](GlobalState owner, ExecutionOptions executionOptions, HttpContext httpContext, IProviderManager manager, String code, String state, String error, String provider, Nullable`1 maximumLifetimeTestToken, Func`3 getName, Func`2 getDefaultClientId, Func`2 getDefaultClientSecret, Func`5 getConnectionString, Func`4 getSpecification, Func`4 getLoggedInUser)
at Invantive.Cloud.Controllers.SetupController.NewDatabaseMinoxToken(String code, String state, String error)
at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[TStateMachine](TStateMachine& stateMachine)
at Invantive.Cloud.Controllers.SetupController.NewDatabaseMinoxToken(String code, String state, String error)
at lambda_method4370(Closure, Object, Object[])
at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.TaskOfIActionResultExecutor.Execute(ActionContext actionContext, IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[TStateMachine](TStateMachine& stateMachine)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeActionMethodAsync()
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeNextActionFilterAsync()
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeNextActionFilterAsync()
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeNextActionFilterAsync()
at Microsoft.AspNetCore.Mvc.Controller.OnActionExecutionAsync(ActionExecutingContext context, ActionExecutionDelegate next)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.InvokeNextResourceFilter()
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.InvokeFilterPipelineAsync()
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.InvokeAsync()
at Microsoft.AspNetCore.Mvc.Routing.ControllerRequestDelegateFactory.<>c__DisplayClass12_0.<CreateRequestDelegate>b__0(HttpContext context)
at Microsoft.AspNetCore.Routing.EndpointMiddleware.Invoke(HttpContext httpContext)
at Invantive.Cloud.Startup.EnsureIwidCookieSet(HttpContext ctx, Func`1 next)
at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[TStateMachine](TStateMachine& stateMachine)
at Invantive.Cloud.Startup.EnsureIwidCookieSet(HttpContext ctx, Func`1 next)
at Invantive.Cloud.Startup.MarkSessionInUse(HttpContext ctx, Func`1 next)
at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[TStateMachine](TStateMachine& stateMachine)
at Invantive.Cloud.Startup.MarkSessionInUse(HttpContext ctx, Func`1 next)
at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[TStateMachine](TStateMachine& stateMachine)
at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
at Microsoft.AspNetCore.Builder.Extensions.MapMiddleware.Invoke(HttpContext context)
at Invantive.Web.Core.InvantiveExceptionLoggerMiddleware.Invoke(HttpContext httpContext, IDataContextService dataContextService)
at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[TStateMachine](TStateMachine& stateMachine)
at Invantive.Web.Core.InvantiveExceptionLoggerMiddleware.Invoke(HttpContext httpContext, IDataContextService dataContextService)
at Invantive.Cloud.Startup.<>c__DisplayClass7_0.<<Configure>b__5>d.MoveNext()
at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[TStateMachine](TStateMachine& stateMachine)
at Invantive.Cloud.Startup.<>c__DisplayClass7_0.<Configure>b__5(HttpContext context, Func`1 next)
at Invantive.Cloud.Startup.RegisterSessionIo(HttpContext ctx, Func`1 next)
at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[TStateMachine](TStateMachine& stateMachine)
at Invantive.Cloud.Startup.RegisterSessionIo(HttpContext ctx, Func`1 next)
at Invantive.Cloud.Startup.MeasureAndApplyStatistics(HttpContext ctx, Func`1 next)
at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[TStateMachine](TStateMachine& stateMachine)
at Invantive.Cloud.Startup.MeasureAndApplyStatistics(HttpContext ctx, Func`1 next)
at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[TStateMachine](TStateMachine& stateMachine)
at Microsoft.AspNetCore.ResponseCaching.ResponseCachingMiddleware.Invoke(HttpContext httpContext)
at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[TStateMachine](TStateMachine& stateMachine)
at Microsoft.AspNetCore.WebSockets.WebSocketMiddleware.Invoke(HttpContext context)
at Invantive.Cloud.Startup.<>c.<<Configure>b__7_4>d.MoveNext()
at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[TStateMachine](TStateMachine& stateMachine)
at Invantive.Cloud.Startup.<>c.<Configure>b__7_4(HttpContext ctx, Func`1 next)
at Invantive.Cloud.Startup.<>c.<<Configure>b__7_3>d.MoveNext()
at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[TStateMachine](TStateMachine& stateMachine)
at Invantive.Cloud.Startup.<>c.<Configure>b__7_3(HttpContext ctx, Func`1 next)
at Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware.Invoke(HttpContext httpContext)
at Invantive.Cloud.Startup.<>c__DisplayClass7_0.<<Configure>b__2>d.MoveNext()
at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[TStateMachine](TStateMachine& stateMachine)
at Invantive.Cloud.Startup.<>c__DisplayClass7_0.<Configure>b__2(HttpContext ctx, Func`1 next)
at Microsoft.AspNetCore.Diagnostics.StatusCodePagesMiddleware.Invoke(HttpContext context)
at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[TStateMachine](TStateMachine& stateMachine)
at Microsoft.AspNetCore.Localization.RequestLocalizationMiddleware.Invoke(HttpContext context)
at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[TStateMachine](TStateMachine& stateMachine)
at Microsoft.AspNetCore.Localization.RequestLocalizationMiddleware.Invoke(HttpContext context)
at Invantive.Web.Core.Monitoring.InvantiveMonitoringMiddleware.Invoke(HttpContext httpContext, IInvantiveMonitoring monitoring)
at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[TStateMachine](TStateMachine& stateMachine)
at Invantive.Web.Core.Monitoring.InvantiveMonitoringMiddleware.Invoke(HttpContext httpContext, IInvantiveMonitoring monitoring)
at Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware.Invoke(HttpContext context)
at Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware.Invoke(HttpContext context)
at Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware.Invoke(HttpContext context)
at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context)
at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[TStateMachine](TStateMachine& stateMachine)
at Invantive.Web.Core.RequestStatistics.InvantiveRequestStatisticsMiddleware.Invoke(HttpContext context, IInvantiveRequestStatistics statistics)
at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[TStateMachine](TStateMachine& stateMachine)
at Invantive.Web.Core.RequestStatistics.InvantiveRequestStatisticsMiddleware.Invoke(HttpContext context, IInvantiveRequestStatistics statistics)
at Invantive.Web.Core.Monitoring.InvantiveMonitoringMiddleware.Invoke(HttpContext httpContext, IInvantiveMonitoring monitoring)
at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[TStateMachine](TStateMachine& stateMachine)
at Invantive.Web.Core.Monitoring.InvantiveMonitoringMiddleware.Invoke(HttpContext httpContext, IInvantiveMonitoring monitoring)
at Microsoft.AspNetCore.Session.SessionMiddleware.Invoke(HttpContext context)
at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[TStateMachine](TStateMachine& stateMachine)
at Microsoft.AspNetCore.Session.SessionMiddleware.Invoke(HttpContext context)
at Invantive.Web.Core.AttackPrevention.AttackPreventionMiddleware.Invoke(HttpContext httpContext)
at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[TStateMachine](TStateMachine& stateMachine)
at Microsoft.AspNetCore.HttpsPolicy.HttpsRedirectionMiddleware.Invoke(HttpContext context)
at Microsoft.AspNetCore.Diagnostics.ExceptionHandlerMiddlewareImpl.Invoke(HttpContext context)
at Microsoft.AspNetCore.HostFiltering.HostFilteringMiddleware.Invoke(HttpContext context)
at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http.HttpProtocol.ProcessRequests[TContext](IHttpApplication`1 application)
at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[TStateMachine](TStateMachine& stateMachine)
at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http.HttpProtocol.ProcessRequestsAsync[TContext](IHttpApplication`1 application)
at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[TStateMachine](TStateMachine& stateMachine)
at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http.HttpProtocol.ProcessRequestsAsync[TContext](IHttpApplication`1 application)
at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http2.Http2Stream`1.Execute()
at System.Threading.ThreadPoolWorkQueue.Dispatch()
at System.Threading.PortableThreadPool.WorkerThread.WorkerThreadStart()
at Invantive.Cloud.Controllers.SetupController.ProcessNewOAuthCodeGrantFlowForDataContainer[T](GlobalState owner, ExecutionOptions executionOptions, HttpContext httpContext, IProviderManager manager, String code, String state, String error, String provider, Nullable`1 maximumLifetimeTestToken, Func`3 getName, Func`2 getDefaultClientId, Func`2 getDefaultClientSecret, Func`5 getConnectionString, Func`4 getSpecification, Func`4 getLoggedInUser) in c:\smoke\ws-25.0\Invantive.Cloud\src\Invantive.Cloud\Controllers\SetupController.cs:line 18648