(...) erations, e.g. when authorizing path transition or access to confidential form data. This article provides instructions on how to configure an SMS gateway that allows sending short text messages with authorization codes from the system. Communication Services The first step to enable sending SMS notifications from WEBCON BPS is to create and configure a Communication Services resource in Micros (...)
(...) of a BPS ID. Fig. 7. API application data After saving the configuration, it is possible to generate the client secret. It is necessary for correct authentication and authorization of communication through BPS API. Note: Once the secret is generated, it is not possible to preview it again. It is recommended to save it in a safe place. Fig. 8. Secret genera (...)
(...) it response.Content.ReadAsStringAsync(); var token = JObject.Parse(json)["access_token"].ToString(); var client = new HttpClient(); client.DefaultRequestHeaders.authorization = new AuthenticationHeaderValue("Bearer", token); return client; } static async Task<string> InvokeOrderAutomationAsync(string endpoint, OrderParams order, HttpCl (...)
(...) Fig. 3. Signature workflow form The Signers list is used to specify all participants involved in the document signing process and to assign them the appropriate roles and authorization settings. Each row in the list corresponds to one person involved in the process. In the Person column (form field type: Person or group), select a specific user. Based on the selected person, the (...)
(...) " & access_token, data = Json.Document(Web.Contents(api_url, [RelativePath="/api/data/v2.0/db/1/applications/34/reports/79", Headers=[accept="application/json", #"Content- Type"="application/json", authorization =AccessTokenHeader]])), #"Converted to Table" = Record.ToTable(data), in #"Converted to Table"
(...) 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.Exten (...)
(...) 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 (...)