Skip to main content
Ajay Tiwari 님이 #MuleSoft API Manager에 질문했습니다

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