(...) ker.g__Logged|17_1(ResourceInvoker invoker) at Microsoft.AspNetCore.Routing.EndpointMiddleware.g__AwaitRequestTask|6_0(Endpoint endpoint, Task requestTask, ILogger logger) at Microsoft.AspNetCore.authorization .authorization Middleware.Invoke(HttpContext context) at WebCon.BPSCloud.Portal.Extensions.RouteValuesTypeVerificationMiddleware.InvokeAsync(HttpContext context) at WebCon.BPSCloud.Portal.Extension (...)
(...) ssage and post the parsed information in form of JSON to a URL. The issue I'm having is I can only configure a URL to which the send a POST command with parsed JSON. There is no way to send the first authorization request to obtain the token and only after that send the POST. Any ideas would be much appreciated. Thanks, Martin
(...) ILogger logger) at WebCon.BPSCloud.Portal.Extensions.LicenceSetupMiddleware.InvokeAsync(HttpContext context) at JSNLog.JSNLogMiddleware.Invoke(HttpContext context) at Microsoft.AspNetCore.authorization .authorization Middleware.Invoke(HttpContext context) at WebCon.BPSCloud.Portal.Extensions.RouteValuesTypeVerificationMiddleware.InvokeAsync(HttpContext context) at WebCon.BPSCloud.Portal.Exten (...)
(...) ontext context) at WebCon.BPSCloud.Portal.Extensions.LicenceSetupMiddleware.InvokeAsync(HttpContext context) at JSNLog.JSNLogMiddleware.Invoke(HttpContext context) at Microsoft.AspNetCore.authorization .authorization Middleware.Invoke(HttpContext context) at WebCon.BPSCloud.Portal.Extensions.RouteValuesTypeVerificationMiddleware.InvokeAsync(HttpContext context) at WebCon.BPSCloud.Portal.Exten (...)
(...) e REST Web service test (2) - Request Url: https://login.microsoftonline.com/f656719a-4d1c-482b-be59-564f8c2af72d/oauth2/v2.0/token Response Code: Exceptions: Cannot add value because header 'authorization ' does not support multiple values. " I have tested everything in Postman and it is fine, but in Webcon i don't know what is wrong. My configuration attached (i have tried multiple ways - binary (...)
(...) ontext context) at WebCon.BPSCloud.Portal.Extensions.LicenceSetupMiddleware.InvokeAsync(HttpContext context) at JSNLog.JSNLogMiddleware.Invoke(HttpContext context) at Microsoft.AspNetCore.authorization .authorization Middleware.Invoke(HttpContext context) at WebCon.BPSCloud.Portal.Extensions.RouteValuesTypeVerificationMiddleware.InvokeAsync(HttpContext context) at WebCon.BPSCloud.Portal.Exten (...)
(...) ILogger logger) at WebCon.BPSCloud.Portal.Extensions.LicenceSetupMiddleware.InvokeAsync(HttpContext context) at JSNLog.JSNLogMiddleware.Invoke(HttpContext context) at Microsoft.AspNetCore.authorization .authorization Middleware.Invoke(HttpContext context) at WebCon.BPSCloud.Portal.Extensions.RouteValuesTypeVerificationMiddleware.InvokeAsync(HttpContext context) at WebCon.BPSCloud.Portal.Exten (...)
(...) n Webcon BPS Portal to start a workflow with anonymous access (without authentication)? What we need here is some kind of public form for new registration of users. This form also should have path authorization , to verify a new registered user (e.g. by sending a code via email). But I think this only user-related and only works with already registered users. I know there is a new feature called 'Public l (...)
(...) tion "Update related workflow instance" we get the message for the users: Incorrect instance ID: ''. When we execute this workflow, the ID is found and the data is written. So it seems to be an authorization problem? Both processes are in the same application. Greetings
(...) Hi, I am still learning Webcon and currently exploring the Webcon API. I would like to understand more about authorization , invoking REST methods, and specifying the path for importing data into the correct dictionary. I’ve attached an image of my sample script, which successfully retrieves SharePoint data, but it encounters an error with Webcon authorization . I would appreciate guidance on what specific (...)