(...) such a scenario, user authentication must be properly enabled in the Azure Portal administration panel. The application created there must have the appropriate set of permissions to allow the user to log in and perform the appropriate operations in SHO. It is a good practice to define the minimum set of permissions required to perform operations. User.Read level permissions allow log in, while those f (...)
(...) ible for analyzing data and countering threats. Microsoft Sentinel The correct integration of the Microsoft Sentinel service with the WEBCON BPS platform requires delivering complete log s and application data to the former. The Azure Monitoring Agent facilitates the transmission of such information using the OpenTelemetry standard. In this scenario, the data transmitted from WEBCON B (...)
(...) ft Entra ID. The described installation consists of: WEBCON BPS 2025 Standalone installed on a Windows Server machine without Active Directory MSSQL server with authentication based on SQL log in A local service account and application pool Authentication of users to BPS and synchronization of the user list are performed using Microsoft Entra ID only. Registering the M (...)
(...) my user improvements. I have focused on the ones which I'm using the most and I hope those are also those, which others use. Breadcrumb Colorize paths Missing comment handler Modal dialog Uniform save experience If you have no idea what these are, you can watch this updated video: The issue which occurred in the video with the missing path colors has been resol (...)
(...) o a form field. The configuration of the authorization methods themselves is shared with Path transition authorization. Access authorization is in many ways a continuation of that feature. The terminolog y and approach are carried over. Configuration and operation principles The access authorization feature provides additional authentication, protecting sensitive data on the form. When (...)
(...) xt the script will run (by default, this is the account on which the Workflow Service runs). The latter will be important for privileges, both to the network share and to the databases (if integrated log in is used in the SQL connection parameters). The PowerShell action can only be executed in the context of a workflow instance, so it is not possible to add such an action in cyclical automation. T (...)
(...) and click the appropriate option to flag the selected workflow instances. My tasks In the My Tasks section, it is possible to flag tasks in the list of tasks assigned to the currently log ged-in user (Fig. 5). As in the case of the workflow instance, the tagging menu is displayed after clicking on the icon with three dots. Fig. 5. Flagging in My tasks Moreover, afte (...)
(...) emented: Providing custom body and headers Reusing the access token Reusing the proxy You can find the link to the repository and and explanation im my blog post: SharePoint Online certificate authentication
(...) is to configure it in IIS Manager, where you need to select Application Pools in the left panel and then create a new application pool. You can give it any name you like. Fig. 4. Dialog box of the created application pool In the advanced configuration of the created pool you should update the data of the account under which the pool operates. In the field shown in Fig. (...)
(...) I features it offers. While playing around with them I soon got annoyed that the save button on the dashboard wasn’t visible. This sparked the idea to introduce hotkeys to WEBCON BPS. In my blog post you will find details but in general there are hotkeys for Save / Apply actions Edit actions Cancel action Open the workflow instance from the preview Go to the history Yo (...)
(...) and the configuration of the exported automation must be modified. If the automation definition contains references to Connections, any sensitive data present in their configuration, such as user log ins and passwords, client secrets, etc., will be removed during export. Loading an automation definition from a file To import the "Automated company fleet management" automa (...)
(...) u should always create a dedicated field which can also be a global field. The reasons for this are; Information is out of context Will someone create the workflow for someone else Business log ic I explained these reasons in this post.
(...) chanism that allows any WEBCON BPS application to be made available under an independent URL, which is a subdomain of the main portal. This gives you full control over what end users see and how they log in, while maintaining the benefits of centralized platform administration. When to Use the Application Hub It is worth implementing the Application Hub whenever there is a need to is (...)
(...) ation of the App context type. This type of application is designed for communication between services and does not require user interaction. When creating the application, specify its name, a unique log in in UPN format, and an email address. Once the application is saved, the system will generate a Client ID and allow you to generate a Client Secret, which should be kept safe as it will not be possi (...)
(...) a simple form rule to the desired process. Example: Rule Name: FR - FormIsDirty Check and set not dirty Edit mode: JavaScript mode JavaScript code snippet: //Switch for console.log output const isDebug = false function resetIsDirtyInSessionStorage(key = 'WebconBPS_FormIsDirty') { //Get sessionStorage item const raw = sessionStorage.getItem(key); if (!raw) return; (...)
(...) assigned the Approver role. The final section in the SDK action configuration is Plugin properties, where you set the action’s parameters related to the system workflow and log ic. Fig. 11. Plugin properties { "classifiers" : [ "CHALLENGE_CLASSIFIER-UNIQUE_TYPE:ACTION_SELECTION" ], "attributes" : { "selectedIds" : (...)
(...) rs actions that enable the management of users and groups. The application created for the purpose of this article consists of several processes that provide comprehensive management of the AD catalog . Manage users The diagram below illustrates the user management workflow: The workflow allows for creating new accounts, making changes, deleting, and disabling exist (...)
(...) dgets can be freely moved, resized, and arranged without losing visual consistency. The drag & drop method makes the design process intuitive, giving the user full control over the appearance and log ic of component placement. This solution greatly simplifies the creation of attractive, functional, and ergonomic interfaces. Design in 5 Steps Although a dashboard can be created both (...)
(...) that two actions in the path transition automation were completed successfully, but the third one failed. This caused a rollback and prevented the instance from being saved. Fig. 5. log s of the interrupted automation in the instance History In the log s for “Action 3”, the reason for the failure is clearly indicated: "Execution time exceeded." (...)
(...) sp; The original post has appeared on daniels-notes.de In my latest post I covered my personal No-Go's and their alternatives when using WEBCON BPS. The topics are: Fixed item lists and log ic Dictionary data sources SQL Queries Always add a filter for the company Use order by, when using Top Build-in Users business rules Using the author field You can read up (...)