Legacy Dev Forum Posts

 View Only

Sign Up

Which authorization grant to use with Client Application integrations

  • 1.  Which authorization grant to use with Client Application integrations

    Posted 06-05-2025 19:01

    eparis | 2022-08-31 18:54:26 UTC | #1

    Hello.

    I am developing a web app that will run as an embedded app in Genesys using the client application integration. This app needs to authenticate the user currently logged in to the Genesys platform.

    Which type of authorization grant would you recommend using in this situation and why? I am developing the app in Django (Python), so preferably a solution that uses the python SDK.

    Thank you for the support.


    anon14299330 | 2022-09-05 11:37:35 UTC | #2

    Hi eparis,

    Take a look at the Integration Guide if you haven't already. You may find the Authorization section particularly helpful. If you're using Python for your app, I would suggest using the Authorization Code Grant since there is server side code making the API requests and you're authenticating as a human. Also, checkout the Authorization Code Grant Python SDK example.

    Thanks,

    Mike


    system | 2022-10-06 11:38:25 UTC | #3

    This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.


    This post was migrated from the old Developer Forum.

    ref: 16097