Skip to main content

Hello,

 

We are trying to deploy Non Mule API in the Flex GW, we wanted to manage security using Any Point API Manager using Application registration.

 

I am able to receive client_id and secret but how to get the token? we wanted to to enforce token based authentication?

 

how to get the access_token and validate the token using the policy.

 

Get access token with client ID and secret provisioned during application registration in Flex gateway

3 件の回答
  1. 2022年8月9日 12:43

    Check your grant type first. You can also use identity and access management providers such as okta, keycloak, oauth0 etc. You can connect these with anypoint platform and hit the token endpoint which you will get after registering your application in identity providers.

    For the first time when you will hit with client id and client secret you will get token. Use this token for further operations.

0/9000