Legacy Dev Forum Posts

 View Only

Sign Up

Login method using user information

  • 1.  Login method using user information

    Posted 06-05-2025 18:22

    Kenji | 2022-04-08 04:34:41 UTC | #1

    Hi team,

    I'm investigating how to log in to Genesys Cloud using the Java SDK. I am referring to the following URL, but the information required for authentication does not include the "user ID".

    https://developer.genesys.cloud/devapps/sdk/docexplorer/purecloudjava/

    Please tell me how to log in by specifying "User ID" when logging in to Genesys Cloud.

    Regards.


    tim.smith | 2022-04-08 12:59:39 UTC | #2

    To have a user authorize your application, you'll need to use the implicit, auth code, PKCE, or SAML2 bearer OAuth grants, depending on your architecture. You can find documentation on those grants here: https://developer.genesys.cloud/authorization/platform-auth/. All but the SAML2 bearer (SSO) flow will require that you host a web browser in your Java application for the user to complete the OAuth flow.


    system | 2022-05-09 13:00:19 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: 14234