IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.



#Automation


#Applicationintegration
#webMethods
#Integration
 View Only
  • 1.  Access token is not getting generated

    Posted 04/27/21 06:58 AM

    Hi All,

    I am trying to understand the OAuth flow in the trial version of API management tool for client_credentials. Am using APIGW as auth server. Though am getting message “The access token has been requested and will be available soon”, The access token is not getting generated/sent over the mail. Could some one please help.

    Thanks,
    Kalpana


    #API-Gateway
    #webMethods
    #API-Portal
    #API-Management


  • 2.  RE: Access token is not getting generated

    Posted 05/04/21 12:51 AM

    Hi Kalpana,
    Can you please provide some more details. Which version of API Management tool are you using? Is it on-premise, if so have you configured SMTP?

    Also, do check if you have configured any approval policy for user registration.

    Regards.


    #webMethods
    #API-Gateway
    #API-Management
    #API-Portal


  • 3.  RE: Access token is not getting generated

    Posted 05/04/21 10:39 PM

    Hi @KalpanaHV ,

    I believe you were requesting a token from API Portal when you got the message you mentioned.
    Please check the following setting in API Gateway Administration:

    Destination->API Portal->Configuration->Gateway Configuration

    Try entering the credentials for API Gateway administrator account here and click on publish. This will enable API Portal to be able to create applications within API Gateway when you request an access token.

    If you do not have administrator account credentials for API Gateway, you will not be able to test this feature.

    Thanks


    #API-Management
    #API-Portal
    #API-Gateway
    #webMethods


  • 4.  RE: Access token is not getting generated

    Posted 05/05/21 05:46 AM

    If your access token is not generated.
    Here are a few steps :

    1. Setup OAuth2.0 Provider with endpoints for authorization, access token and revoke the token.\ as well as grant type of Authorization Code.
    2. Configure an Authentication Profile with this provider and grant type. Provide client access info (identifier, secret, and redirect).
    3. Test connector.
      By trying these steps you would be able to generate the access token.

    #webMethods
    #API-Management
    #API-Gateway
    #API-Portal