OAuth Code & Token Example

More
4 years 2 months ago - 4 years 2 months ago #268 by * Appeon *
* Appeon * created the code: OAuth Code & Token Example
PowerBuilder supports getting secured data from the OAuth 2.0 authorization server. The Bearer access token is supported, and the following grant types are supported:
    • Authorization Code
    • Implicit Flow
    • Client Credentials
    • Extension (or Refresh Token)
    • Resource Owner Password
This example shows how you can set up OAuth 2.0 authorization workflow using the Authorization Code grant type in a PowerBuilder application. You can refer to this article: community.appeon.com/index.php/articles-...h-powerbuilder-app-3 for more details on how to use this example.

Development requirements: PowerBuilder 2019 R2 or above

This message has an attachment file.
Please log in or register to see it.

Last Edit: 4 years 2 months ago by * Appeon *.

Please Log in or Create an account to join the conversation.

Moderators: Appeon Administrator