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

search results

for Azure

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

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