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

search results

for OAuth2

(...) Applies to version: 2021 R1 and above; author: Łukasz Chechelski   Introduction The OAuth2 authentication standard is becoming increasingly popular, as it enables integration between different systems. In many cases, the connection takes place in the API → Application model, which makes authentication much easier. In this case, a predefined set of data is used – Client ID, Clie (...)

(...) 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["prompt"] = "none"; $uri.Query = $query. (...)

(...) Fig. 7. The OAuth client configuration   Creating tokens To create a refresh token, make two invokes – see here: https://developers.google.com/identity/protocols/OAuth2 /native-app#loopback-ip-address. The first invoke is used to obtain the authorization code. In the following call you must replace {ClientID} with the correct Client ID described in the previo (...)

(...) sources.       Tools use in this article nssm (version 2.24) – installation and configuration of Windows services nginx (version 1.18.0) – www server OAuth2 -proxy (version 6.1.1) – proxy server that ensures the authentication with the external providers (Azure AD, Google) Assumptions WEBCON BPS is installed in the internal network WEBC (...)

Applies to version: 2021.1.x and above; author: Michał Bednarz From version 2021, you can authenticate in WEBCON BPS with any provider using the OpenID Connect standard. In this article, we explain how to configure it using Google authentication as an example. Please note that the configuration is identical when you use another provider.  It is necessary to register the applicatio

(...) ecifies the last part of the address, so we maintain consistency with the rest of the application. Each endpoint can be secured by selecting an authentication method. There are two modes: through OAuth2 , using a public access application, or through a cookie session, which is particularly useful for Portal calls, for example from custom HTML controls. It is also worth mentioning that WEBCON makes (...)

(...) Hi there, ever since OAuth2 connection 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 as (...)

(...) Hi there I am pretty desperate as this drives me nuts Has anyone - successfully - used the combination of 1. webcon integrated OAuth2 APP Authentication (APP) 2. REST WebService (or any other way to get data from BC SaaS with webcon) to connect to Business Central SAAS to use as a datasource ? could anyone provide me with screenshots on how to set it up and provide screnshots of an ex (...)

(...) meter: 'grant_type' I attached a couple of screenshots of the configuraiton. And here's the full error message: Request Start Request-Url: https://login.microsoftonline.com/[I SANITIZED IT]/OAuth2 /v2.0/token Request-Header: Scope: https://graph.microsoft.com/.default Request-Body: { "Grant_Type":"client_credentials", "client_id":"[I SANITIZED IT]", "client_secret":"[I SANITIZED IT]", (...)

(...) version. { "apiVersions": [ { "version": "2.0", "url": "/api/data/v2.0", "loginUrls": [ "/api/login", "/api/OAuth2 /token" ] }, { "version": "3.0", "url": "/api/data/v3.0", "loginUrls": [ "/api/login", "/api/oau (...)

(...) SharePoint using the REST action with the Graph API. I get this error: "Invoke 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 (...)

(...) s section. I have already checked this post https://daniels-notes.de/posts/2023/copy-attachment-to-other-workflow as is probabily 75% or more from what I need to do, but still mine doesn't work. OAuth2 App is configured.. same as the connection.. same as the action. Everything looks fine but no. :) Anyone have any idea how to sort out this little thing? Thank you!

(...) .pl/przyklady-uzycia-rest-api/ I try to generate a token base on this instruction https://developer.webcon.com/docs/2024.1/api-registration-and-authentication#get-access-token in Postman to api/OAuth2 /token , example: { "grant_type": "client_credentials", "client_id": "XXX", "client_secret": "XXX", "scope": "HighTrust.Elements.ReadWrite.XXX } I recived error: { "error": "invalid (...)

(...) tion. I see that this refers to version 2025.1. However, I'm using version 2025.2 and the api/login endpoint no longer works. Do you know why? Where is information about this change, I know there is OAuth2 option, I would like to keep it all way.

Privacy overview

This website uses cookies so that we can provide you with the best user experience possible. Cookie information is stored in your browser and performs functions such as recognizing you when you return to our website and helping our team to understand which sections of the website you find most interesting and useful.


To see a full list of the cookies we use and learn more about their purposes, visit our Privacy Policy.