Discussions tagged OAuth
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...
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...
Is there any specific issue with "OAuthClient" and "TokenRequest" object and the grant_type as "Autherization_code" for access token request? Is there any security concern or disadvantage of using "HttpClient" object for requesting the access token instead of "OAuthClient" and "TokenRequest" object?
- Issue
- Last updated 10 months ago
- Namdev Gopalghare replied 9 months ago
We are trying to implement the OAuth flow in PowerBuilder windows application using Azure AD.
When the access token is requested using the "OAuthClient" and "TokenRequest" object with the grant_type as "Autherization_code" then we are always getting...
We're using PB 2022 R2 and our cient needs us to use Okta for authentication. I couldn't find any examples on Code Exchange and the documentation covers PowerServer. I set up an app with Okta and have the url, client id and client secret but when I ...
Hi
What veraion of powerwbuilder do i need to do an oauth 2 request to get a token from a web api
I am currently using pb2019
Also is there any example code for getting such a token please
thanks in advance
Andrew
...
Hello,
I'm trying to use the OAuth 2.0 with an authorization code.
My code :
ls_Url_code = "https://api.ibanity.com/isabel-connect/oauth2/token?client_id=" + ls_id + "&redirect_uri=" + ls_Redirect +"&scope=" + ls_Scope + "&response...
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...
Proxy settings for OauthCLient.AccessToken and OauthClient.RequestResource
- How-to
- Last updated 2 years ago
- Kai Zhao @Appeon replied 2 years ago
Hello everyone,
We have implemented a "MS O365 Graph API email sending" procedure in PB using a Client Credentials Workflow. It works well.
Now we need to manage Proxy.
In java we can connect by adding the proxy parameter to openConnection if nec...
How can I pick the username from Custom Web Control entered by user.
- How-to
- Last updated 3 years ago
- René Ullrich replied 3 years ago
HI Team,
I am using Microsoft Custom Web Browser for navigating the user to Microsoft login Screen to put the Username and Password for generating OAuth2.0 Authorization code , I want to get the username entered by user in the Microsoft Login Scree...
This browser or app may not be secure.
- How-to
- Last updated 3 years ago
- Miguel Leeuwe replied 3 years ago
I am Using Microsoft Web Browser OLE in PowerBuilder 2017 R3, I am using this Web Browser to take credentials from user and generating the OAuth2.0 Authorization Code for further use to generate access token, but when i give the UserId and click on n...
Hi
I hope you can help.
I am trying to connect to an API and have been given the following information. I do not have much experience in this area and any help would be appreciated.
Authentication
Purpose - Authorization fro subsequent callsmetho...
I'm calling a REST web service with PB2017 R3 using the OAuthClient to upload a file. The service is very poorly documented, and only shows an HTTP example. I've been able to use the example and get a file uploaded, but we cannot open or preview th...
SAML / OAUTH support in PB 2017
- How-to
- Last updated 5 years ago
- Christophe Dufourmantelle replied 5 years ago
Hi,
Is it possible to authenticate ADFS users using SAML/OAUTH in Powerbuilder 2017?
What would be the best approach for this?...
Getting Oauth 1,0 to work for was no small task. We no sooner got it working and along comes Oauth2.
Therefore we are hoping that someone can shed some light on this with working code.
...
- Page :
- 1