Cloud Pak for Business Automation

 View Only
Expand all | Collapse all

OAuth integration on Azure

  • 1.  OAuth integration on Azure

    Posted Wed December 01, 2021 12:30 AM

    We are using CP4BA and are looking at using OAuth 2.0 authentication with Azure Active Directory integration. Please send us information on how we can accomplish this task.



    #CloudPakforBusinessAutomation
    #Support
    #SupportMigration


  • 2.  RE: OAuth integration on Azure
    Best Answer

    Posted Wed December 01, 2021 12:31 AM

    To do OAuth which is advanced authentication,

    basic authentication setup and steps for preparing your environment, including

    the shared LDAP configuration, are prerequisites

    for configuring advanced authentication

    (Oauth 2.0)

    See this link for configuring advanced authentication:

    https://www.ibm.com/docs/en/cloud-paks/cp-biz-automation/19.0.x?topic=api-configuring-advanced-authentication

    Note: Make sure that your identity provider

    (Azure in your case)

    supports JWK token validation using the

    RS256 signature algorithm.

    See the link below how to verify the

    signature of a JWT token on Azure:

    Using jwt.io to verify the signature of a

    JWT token:

    https://blogs.aaddevsup.xyz/2019/03/using-jwt-io-to-verify-the-signature-of-a-jwt-token/

    Other references:

    1)

    Configuring an application to use Azure Active

    Directory as an identity

    provider:

    https://docs.microsoft.com/en-us/microsoftteams/platform/concepts/authentication/configure-identity-provider

    2)

    Tutorial: Azure Active Directory single sign-on

    (SSO) integration with

    IBM Digital Business Automation on

    Cloud:

    https://docs.microsoft.com/en-us/azure/active-directory/saas-apps/ibm-digital-business-automation-on-cloud-tutorial

    3)

    Using OAuth 2.0 based authentication for client

    applications:

    https://www.ibm.com/docs/en/dbaoc?topic=applications-using-oauth-20-bas

    ed-authentication



    #CloudPakforBusinessAutomation
    #Support
    #SupportMigration