(...) Hello Webcon community! We have the next issue during Webcon BPS installation on customers server. This is a normal on-premise installation, no Azure AD involved here, only local domain. Customer had an invalid certificate, IIS website creation failed with error 0x80070520, so we skipped the IIS site creation for the moment. I have 2 questions on this: 1.) What kind of IIS certificate does the cust (...)
(...) pproaches / tools / patterns for transferring workflow data between different environments. We have an on-premise environment for DEV (with internal AD) and an environment for PROD (which resides in Azure VM and connects to Azure AD). What are your experiences to sync data, e.g. from PROD to DEV or TEST between different environments (different ADs) and is there even an easy way of how to do it? T (...)
(...) s://openid.net/specs/openid-connect-core-1_0.html#AuthRequest - Google: https://developers.google.com/identity/protocols/oauth2/web-server#creatingclient - Microsoft: https://docs.microsoft.com/en-us/Azure /active-directory/develop/v2-oauth2-auth-code-flow 2. Those who are using custom endpoints will know what they are doing. Of course it would be great, if we could use the expression editor for defini (...)
(...) In WEBCON the development is so fast and agile that it started to create bottlenecks in the deployment activity. We are using Azure DevOps and it would be great if some kind of pipeline could be created in order to start and deploy things in an automated manner.
(...) Hi everyone, did anyone came across the use case where an iPad should be shared among multiple users? Each user has his own (Azure AD) account which he should use for logging in. The problem is that it seems to be impossible to really sign out from the app (website). The same users will be logged in regardless which "log out" action I use. I also deleted the website data from within Safari, but t (...)
(...) We were recently purchased by another company and our AD structure will be changing to some degree. We had to add a new UPN in AD as we are going to synch up with their Azure AD and move into their 0365. So the old UPN "accountname@oldupn.us" will be "accountname@newupn.us". The issue is, ALL open webcon tasks are tied to the previous UPN and those do not carry over to the new UPN. So all task a (...)
(...) d anything accurate. From technical perspective it should work (required full-text search feature is available). With this SQL server Web edition license costs can be significantly reduced (i.e. in Azure workloads). Thanks in advance for aby comments here :)
(...) r datatables on form containing some custom links or buttons. For this reason we built following SQL statement for testing purposes: SELECT 'Internal' AS ID, 'Click me' AS HTML UNION SELECT 'Azure ' AS ID, 'Link' AS HTML And we used this datasource in a datatable field on form. However, we have some interesting results. First row is rendered as text (with esacaped html entitities < (...)
(...) tion was implemented I was happy and thought it would make connecting to Dynamics BC (Saas / Cloud Version) a breeze. However, so far, it was / is not. setting up the OAuth2 app authentication in Azure and webcon is pretty straightforward. - it works like a charm in Postman ( I get my bearer token back) but I have no real way to test it in webcon, so I have to assume it´s working. then you sti (...)
(...) Hi, we are using the Webcon BPS 2022 App on our Android tablets and some of these tablets are used by multiple users. I can create new profiles in the app but when I login into Azure AD I will be automatically logged in using SSO from the last user. Therefore I cannot have multiple profiles with different Webcon user logins. The Android Tablet uses Microsoft Edge as it's default browser and for the (...)
(...) K Custom Action. I created a new action for Webcon2022 I added all assemblies to zip and when I want to execute the action in the response I see . Error code: 100 Could not load file or assembly 'Azure .Core, Version=1.25.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8' The version is not correct because in my solution I used 1.28.0.0
(...) The user who invokes the rest actions is the owner of the AAD group. When calling the action, I get the error: screen3 Response Code: exceptions: There is no valid token for connection: [TEST]_Azure _APi_User (13) So the user did not receive the token. So the question is whether such a scenario is possible or whether something else should be configured. I will be grateful for your help.
(...) Hi, in an Azure Active Directory environment it would be great to add an option to the people field which would configure it, whether external /guest users are selectable at all. Default value should be false. A customer worked around this by limiting the selection to a BPS group and adding AAD Groups as members of the group. No external user was a member of the AAD group. Technically this w (...)
(...) which I want to connect, I am logged in with my valid credentials and I am both in the member and the owner group. (see screenshots) Our on-prem AD is fully synchronised with MS Entra ID (formerly Azure AD), so I can log in both on-prem SP2013 and SPO (with my credentials) with the same username and password. But why does this not work in Webcon? Does anyone have an idea?
(...) us/graph/api/chatmessage-get?view=graph-rest-1.0&tabs=http Unfortunately, I have no idea how to implement the delegated permissions in WEBCON. Does WEBCON authentication have to be implemented via Azure AD (Entra ID) so that the user's token is available? We are currently using our local AD. Does anyone have any experience here and can help me further? Many thanks in advance and best regards (...)
(...) ere is open 'Designer Studio' project at Webcon, so I'll give it a shot - if not now, then I'm not sure if there will be a better time ;) I think most of us have used SQL Server Management Studio or Azure Data Studio to test some queries, and maybe a VSCode / Notepad++ for some powershell - all of those support autocompletion (which in most cases of recent software is supported by language server prot (...)
(...) of copying field values to the clipboard. This could be introduced as an optional setting within the field options in BPS Designer Studio. I particularly like how this feature is implemented in the Azure portal: a "Copy" icon remains hidden until you hover over the field, at which point it appears, allowing for quick copying to the clipboard. I've attached an example image to illustrate how it works. (...)
(...) Hello Community, I’m reaching out for help with an issue we encountered while integrating WEBCON BPS with AAD. In this instance of WEBCON BPS, we’re using Azure Active Directory for both authentication and user list synchronization. Our goal is to manage AAD directly from WEBCON BPS. According to the documentation, we need to enable Active Directory Actions Configuration. However, regardless of (...)
(...) Please let me know if the application supports the SCIM protocol for "synchronizing the BPS user list with Azure "? I'm asking because I want to introduce SSO login, but in the Azure organization I can't enter permissions: Microsoft Graph Application Group.Read.All Microsoft Graph Application User.Export.All Microsoft Graph Application Directory.Read.All I understand that NOT granting such pe (...)
Applies to version 2019.1.4.x; Author: Michał Bednarz When implementing a system based on AAD authentication it might be necessary to create user management in O365 from the WEBCON BPS level. WEBCON BPS provides dedicated actions for local AD. You can use the standard actions available in WEBCON BPS (REST invoke action) and REST Service Microsoft Graph. 1. Preparin