WELCOME TO THE COMMUNITY
find what you are looking for or ask a new question

search results

for login

(...) g entries to a file or the console. Detailed information on this topic, along with other useful tips, is available in the library documentation, which can be found here.   Monitoring users login s to Portal: configuration Let’s now examine the configuration that allows WEBCON BPS platform administrators to monitor user login s to Portal. As described in the previous chapter, all modif (...)

(...) llow 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 login , while those from the Sites family allow operations within the SHO library. Fig. 1. Preview of application permissions in Azure   In terms of determining the required level of permi (...)

(...) 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 login 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 Mic (...)

(...) 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 login 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. Thi (...)

(...) on tab available by clicking on the user's avatar. After navigating to the Integrations tab, create a new application. The connection will be made in the context of the application. Note that the login of the created application must be in the form of a BPS ID.   Fig. 7. API application data   After saving the configuration, it is possible to generate the client secret. (...)

(...) 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 login s and passwords, client secrets, etc., will be removed during export.   Loading an automation definition from a file To import the "Automated company fleet management" automati (...)

(...) cation available at support.yourcompany.pl displays only the submission form and basic reports to users, while a "B2B Orders" application may operate under a separate subdomain with its own login process for business partners.   In another example, the target users of the alternative address are not external contractors but employees of the same company. Let's take a compan (...)

(...) 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 login 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 possibl (...)

(...) ally or generated by the system and saved in the selected form field. The Account data section is used to provide information related to the account being created. In the example analyzed, the User login and Common name fields hold the values taken from the form, while the Organizational unit DN is generated by a business rule. The data entry format is shown in the examples below. The Account avail (...)

(...) eated.   6. Granting permissions to restored databases For the WEBCON BPS platform to function properly, the account specified during installation as the Database owner (a dedicated SQL login or the domain account of the application pool) must have db_owner permissions for all environment databases. After recreating the source databases on the target SQL Server instance, these permissi (...)

(...) he administrative account admin@system.bps under which Designer Studio will be launched after authentication using the Admin access provider. This is a built-in WEBCON BPS account, therefore the login cannot be changed.   Configuration of the Admin access functionality during a new installation of WEBCON BPS.   During this installation step, you are informed that after in (...)

(...) andardized content offers more clarity compared to rigid text formulas. {   "Name": "WebCon.Workflow.Module.Identity.AccountController",   "MessageTemplate": "Incorrect password for user '{Userlogin }'.",   "Userlogin ": "t.green",   "ClientIP": "192.168.1.0",   "CorrelationId": "a987763c-3e5c-42eb-bade-76a6e35cb3df" }   Examples of Popular Sinks Serilog allows logs to be sent to (...)

(...) ;s identity against the Microsoft Graph API. Configure it as follows:   Parameter Value Authorization (URL) https://login .microsoftonline.com/{tenant}/oauth2/v2.0/authorize Token (endpoint) https://login .microsoftonline.com/{tenant}/oauth2/v2.0/token Scope (...)

(...) ple, the Honeycomb tool is used to that end. The tool is available at: https://ui.eu1.honeycomb.io/ and will be used to collect traces. Click the link provided above to enter the tool’s login page. Log in or if you have not created the account yet, click the Sign up for free today button [it is also possible to log in using your Google account (the login with Google button)].   (...)

(...) ation. I even granted the APP business administrator privileges without success. Using impersonation worked though. Regards, Daniel let api_url = "http://*.cosmoconsult.com", token_path = "/api/login ", Content = "{'clientId':'4c01c4fb-9b82-4912-b410-5e54ef352e2b','clientSecret':'*','impersonation': { 'login ': '*' } }", Token_Response = Json.Document(Web.Contents(api_url, [ Rel (...)

(...) with BPS 2021 Android mobile app. After logging out and trying to log in another user, application automatically logs in previous user. How to force each user to enter username and password for each login attempt? Best regards, Wojtek

(...) ripped from the URL and only the path and hash remains. My request is to change the logic that the query parameters are kept. Sample PowerShells script: $uri = new-object System.UriBuilder('https://login .microsoftonline.com/common/oauth2/v2.0/authorize?ui_locales="de-DE"#ui_locales="de-DE"') $query = [System.Web.HttpUtility]::ParseQueryString($uri.Query); $query["redirect_uri"] = "abc"; $query["promp (...)

(...) Handler.ExecuteGetRequest(String path) at WebCon.WorkFlow.Studio.Logic.PortalService.PortalService.GetUserByBpsId(String id) at WebCon.WorkFlow.Studio.Logic.Managers.PermissionsManager.Convertlogin IntoPermission(String login ) at System.Linq.Enumerable.WhereSelectArrayIterator`2.MoveNext() at WebCon.WorkFlow.Studio.Logic.Managers.BasePermissionsManager.FillPermisionsCollection(String per (...)

(...) might have a clue on what to do. I've a process that creates users in AD. However the user creating action expects a parameter of username in format DOMAIN\USERNAME. My domain users have changed UPN login s to their e-mail adresses (e-mail domain is different than my local domain name) in order to have one login in every system. Is there a way to create AD users providing their e-mail (UPN) as login ? H (...)

(...) Hello, I have a problem logging in to the iPad application. The application hangs after entering the login and password and clicking Continue logging in - external authentication. Ipad with latest firmware, factory reset, latest Webcon 2021 application. No problem on android. Without application works fine in Safari.