119 results found based on the keyword token.
Topic
Error getting OAuth access token using RESTClient
Hi, I hope you can help us with a perplexing issue we are seeing. No known cause has been found yet. We are experiencing intermittent errors when getting OAuth access token in RESTClient - it works most of the time but fails for a few users dailye.g...
- Dave Contessi
- 6 days ago
- PowerBuilder
Topic
JSON Web token RS256 Signature Validation
Hi, I'm trying to do some Microsoft Azure AD Authentication integration and need some help verifying the signature of the ID token provided during the authentication exchange. Looking at the docs, the CoderObject's AsymmetricVerifySign seems to be...
- Kirby Cemanes
- 1 week ago
- PowerBuilder
Replies
RE: Unable to get ADO connection working using Access token, please help.
Hi Chris That was merely to point out that PowerBuilder code could access the server. This connection uses a user/password connection that our client will not accept. They are requesting an access token setup. I am aware that others have got thi...
- Jostein Ullestad
- 1 week ago
- PowerBuilder
Topic
How can I make my PowerServer app listen for a return value from an external browser to get an OAUTH token?
I am working on a new PowerServer application. The desired login behavior is to have the app open an external browser, then the user logs in via our OAuth2.0 Identity Server (placing the token in that browser for other affiliated web-based applicati...
- Mike Sinclair
- 1 month ago
- PowerBuilder
Topic
Connecting to MSOLEDBSQL using access token, issue with the DBparm length
Hi We are attempting to connect to MSOLEDBSQL using an Access token, but it is failing. We need some advice on this issue. We have tried the following setups: PowerBuilder 2022 R3 Build 3356 PowerBuilder 2025 Build 3398 We successfully...
- Jostein Ullestad
- 1 month ago
- PowerBuilder
Topic
Self signed certificate in certificate chain
Hi We are trying to add OAuth Authentication in our Application, in my machine where the initial code was developed the authentication works fine, however when I share the code/Exe with team members in their machine it is not working, the first ...
- Pushparaj V
- 3 months ago
- PowerBuilder
Topic
Retrieve User Identity Microsoft Entra ID
Hello, How to get back the user identity from Microsoft Entra ID ? I have well get the token : loac_Client = Create OAuthClient //tokenRequest ltr_Request.tokenlocation = "https://login.microsoftonline.com/d2b93004-fa61-4e54-ad68-0114729cb9fb/oau...
- Jean-Louis Bouty
- 3 months ago
- PowerBuilder
Replies
RE: How application can do code signing certificate for Powerbuilder 2017 or 2022 afterwards
Hi. It can be done. If you are deploying standard executables then you have to do that manually. If you are on PB 2019R3 or later, and deploying using powerclient, there is a tab to sign the generated executable. The same option is also available in...
- Andreas Mykonios
- 4 months ago
- PowerBuilder
Topic
Rest Client Send Post Request
Hi Powerbuilder friends, I have this code where I need to send data to our payment partner. It successfully requests a token, but no data is transferred, and there's an authorization error with the JWT token request. String ls_jwttoken, ls_PostData...
- John Michael Tejano
- 4 months ago
- PowerBuilder
Replies
RE: RestClient.GetOauthtoken() returns -21
Hi Jesper, You can try to use Fiddler or other tools to capture the HTTP traffic and check the response body. E.g.: I can see this error from the Server after trying your code using an incorrect ClientSecret : {"error":"unauthorized_client","error...
- Logan Liu @Appeon
- 5 months ago
- PowerBuilder
Topic
tokenRequest: Exchange code with an access token
Hi all, In order to communicate using Rest API to an external company, we log on using the WebBrowser control in PB and when authenticated we receive a code that has to be exchanged to an access token using Oauth2. The plan was to use the OAuthClie...
- Berit Sandvik
- 6 months ago
- PowerBuilder
Topic
Git error during push
Hello since this morning i get the following issue everytime i try to push changes to my GitHub project ---------- Source Control: Errors (11:00:58)Git detail error info: Early EOFGit client error code: Unexpected EOF.Failed to push workspace. ----...
- Simone Olianti
- 6 months ago
- PowerBuilder
Topic
Payload data (Application Claim)
Hi Team, I'm able to get access token using OAuthClient. Now, I need to get the claims (payload data ) from access token or id token. Please let me know how we can get the payload data in PowerBuilder. //tokenRequestltr_Request.Method = "POST"lt...
- Shenbagam Balakumar
- 7 months ago
- PowerServer
Replies
RE: Which code certificates are people using to sign their PowerServer Installable Cloud Apps?
You can setup a fully automated signing as part of your builds with no entry of any passwords. This can be done for regular PB as well as PS applications. It is done via a command file (batch file). we use usb tokens, but the same can apply to key...
- mike S
- 8 months ago
- PowerServer
Topic
Accesstoken return error -21
hi everybody, My script below do not get required token as it return error -21. Even I have commented out the "secureprotocal" or set it to lower version, it's still not work. Please help OAuthClient loac_Client tokenRequest ltr_Request Tok...
- Ong Chin Keat
- 8 months ago
- PowerBuilder
Replies
RE: Powerserver with JWT authentication
Hi Vijay, Please provide more logs of the PowerServer Web API as Mike suggested. Regards, Logan...
- Logan Liu @Appeon
- 8 months ago
- PowerServer
Replies
RE: Getting Unauthorized error calling BeginSession
Hi Kevin, You mention successfully getting the token, but are you using SetHttpRequestHedaer to register the token with the application? Please see the example code in this documentation page for more details: https://docs.appeon.com/pb2022r3/p...
- Francisco Martinez @Appeon
- 8 months ago
- PowerServer
Topic
JSON Rest Service | SendPostRequest Function | RestClient Object | 415 (Unsupported Media Type) | GetResponseStatusCode()
Hi I want to consume a REST service sending the JSON format and get a response from the service. I get the token using GetJWTtoken, which works fine and it is valid, but when I consume the REST service it's require, it returns an error that t...
- Desarrolladores appeon 4
- 10 months ago
- PowerBuilder
Replies
RE: EXEs are getting quarantined post migration from PB2017 to PB2022
Are the applications signed? One of the most often suggested solutions for these kind of false positives is signing the binaries. Regards,Francisco...
- Francisco Martinez @Appeon
- 10 months ago
- PowerBuilder
Topic
Unauthorization error on trying to login app hosted on PowerServer
Hi we ran into some serious issue on Friday evening, all our apps suddenly stopped working due to below error.and we are using JWT authentication with our own JWT Servers and verified we are getting a valid access token also. erroring out at app...
- Kirankumar Chavadi
- 10 months ago
- PowerServer