80 results found based on the keyword access token.
Replies
RE: CreateProcess API Function
Hi Roland, Through this StackOverflow post I found that you can use the function CreateProcessWithTokenW to create a process passing it a specific process access token. Additionally, I found this other function GetCurrentProcessToken that retrieves ...
- Francisco Martinez @Appeon
- 1 week ago
- PowerBuilder
Topic
Using web API
Hi, I am trying to use an API created in C# in my PB application. I am using PB Version 2017 R3 Build 1878. To use the API, I need an access token that I am able to obtain using OAuthClient, TokenRequest and TokenResponse. But I am not able to acc...
- Yasir Masood
- 2 weeks ago
- PowerBuilder
Replies
RE: oauth 2
I solved this using the post by Problems retrieving an Oauth Token from the server from april 2022 this was the code ! worked first time ! OAuthClient loac_ClientTokenRequest ltr_RequestTokenResponse ltr_ResponseOAuthRequest loar_RequestResourceRes...
- Andrew Davis
- 1 month ago
- PowerBuilder
Replies
RE: AKV connection from PB 2019
I have a client id and client secret and the AKV url. My id is also part of an ACL group to access the AKV url. How can I use these to connect and retrieve values from the AKV....
- Nilanjan Chatterjee
- 2 months ago
- PowerBuilder
Topic
HTTPClient.SendRequest returns +3
Hi there! In PowerBuilder 2019 R3 I am using a "normal" HttpClient object to access a service fulkly accessible by PostMan, but from PowerBuilder I get an undocumented return code of 3. Not -3, but +3 instead. The main problem is to understand what...
- Piero Salandin
- 2 months ago
- PowerBuilder
Replies
RE: Azure Managed identity (ClientSecretCredential)
are you already using Azure AD? If not, (or as an alternative), it is fairly typical for blob storage processing to create a SAS access token and use that. ...
- mike S
- 4 months ago
- PowerBuilder
Replies
RE: Leaving a Powerserver app open overnight
If keeping the app open over many days and making it somewhat tolerant to internet outages, then you should experiment with getting and updating the session token to see if you can handle it: You could try and reset the access token when you get a s...
- mike S
- 5 months ago
- PowerServer
Replies
RE: Performance of Background Processing PB2019 LTR vs PB2017 LTR
Hi Glenn; Here are the settings i use in my PB.ini for both the IDE and PB App runtime EXE...[PB] ; create a debug log when running from development mode PBDebug=ON DebugOutFile = c:\\.dbg ; No = Extended MAPI UseSimpleMAPI=yes ; Us...
- Chris Pollach @Appeon
- 5 months ago
- PowerBuilder
Topic
Dropbox files from PB
Hi II'm trying to download files from Dropbox In pb app. I tried to use the rest api, as was demonstrated on Kevin's webinar. That works well, but the access token used is temporary only... And expires. How can I code a script for that, but wit...
- michael ben ishay
- 5 months ago
- PowerBuilder
Topic
Error accessing a stored procedure after migrating to MySql 8.0
Hello I recently migrated to Mysql 8.0 (from 5.6) and I am having an issue with my reporting application, when accessing a report that calls a stored procedure, i am receiving this error: I searched about it, and it seems that Mysql 8.0 does not...
- Tatiana Blanco
- 6 months ago
- PowerServer
Topic
Google API access token using JSON Private Key
Hello,Could someone please help me in figuring out how to get a Google API access token using JSON Private Key. The JSON key would look like this: // { // "type": "service_account", // "project_id": "ID of Project", // "private_key_id"...
- Rohith Ganesh KS
- 6 months ago
- PowerBuilder
Replies
RE: Users PB 19 R3 with Bitbucket
Hi, is this token for the entire team? If so, maybe have every user create a personal access token only they can use instead....
- Benjamin Gaesslein
- 7 months ago
- PowerBuilder
Replies
RE: How to send data using HTTP Client after token was send.
Have you tried to use the token and json in Postman to make sure it works ok? Is ls_token just the api token, or does it include a username? Basic Auth uses a base64 encoded string in the form USERNAME:PASSWORD. The username could be a token so th...
- Daryl Foster
- 7 months ago
- PowerBuilder
Replies
RE: How to work with Azure Blob Storage
To all, Thanks Mike's hints on API method, I am able to access Azure Blob Storage from PowerScript. To share some points which think will help others as well: 1. For Token, it is not either to construct the signature string, so I choosed to use S...
- Zhang JX
- 7 months ago
- PowerBuilder
Topic
JWT TOKEN - authentication
HI APPEON Support, Good day... I need your help badly... I am new in API and REST... need guidance. Our company is implementing SMS Blast.. Authentication is give by the provider company. Basic Authentication in the HTTP head...
- Winthor Caingles
- 8 months ago
- PowerBuilder
Replies
RE: Consume a SOAP webservice with client certificate
Hello, Logan! If the server requires the client to provide a certificate (ln_rtn = -16, in your example), do you mean that I shoud build a screen asking the user to write the address of the certificate and his password? An then, once with these info...
- DEMETRIUS SOUZA
- 9 months ago
- PowerBuilder
Topic
deployment to IIS vm server - jwt auth isn't accessable
Getapplication().getpowerserverurl( ) results in: https://myappurl.cloudapp.azure.com:5009/myappapi add on the connect/token results in: https://myappurl.cloudapp.azure.com:5009/myappapi/connect/token when deployed to a container app, thi...
- mike S
- 9 months ago
- PowerServer
Topic
Upload pdf file to Whatsapp
Hello, Have anyone upload pdf file using whatsapp api curl -X POST \ 'https://graph.facebook.com/v15.0/FROM_PHONE_NUMBER_ID/media' \ -H 'Authorization: Bearer ACCESS_TOKEN' \ -F 'file=@/local/path/file.jpg;type=image/jpeg' -F 'messaging_product=wha...
- ritesh desai
- 10 months ago
- PowerBuilder
Topic
Could not load file or assembly 'OracleManagedDataAccess'...
Using PB2022 Beta I was able to take our existing client/server app and create a working PowerServer project. However, after I uninstalled the Beta and installed PB2022 build 1878, the web version no longer works. Trying a Build/Deploy gives the er...
- J-Craig Maxie
- 11 months ago
- PowerServer
Topic
How to enable SAML SSO for PowerServer deployed application URL?
Hello, How to launch PowerServer application URL passing SAML for SSO? Current working setup WebAPI is configured with AWS Cognito & third party IDP (SAML enabled). PowerServer application URL launch -> AWS Cognito -> Third Party I...
- Rajaram Palanisamy
- 1 year ago
- PowerServer