apigee / apigee-deploy-maven-plugin

Apache License 2.0
80 stars 169 forks source link

Does the plugin support SAML+OAuth authentication mechanism rather than basic? #111

Closed aish-eswaran closed 5 years ago

aish-eswaran commented 5 years ago

Hi,

I am trying to deploy API proxy using the apigee-deploy-maven-plugin. The Apigee platform that I am trying to deploy is a private SaaS offering, which has been integrated with SAML and has basic authentication disabled. Today, to deploy proxy in the Apigee platform, I obtain a one-time passcode, then an OAuth access token and then can use this token in my requests to hit the required APIs. How can I do the same here? Does this plugin support SAML+OAuth authentication mechanism? Thanks!

Reference: https://docs.apigee.com/api-platform/system-administration/using-saml#get-access-tokens-with-get_token

Regards,

ssvaidyanathan commented 5 years ago

HI @aishwaryaeswaran Check out this link that talks about using oauth with this plugin. There are two options

Hope that helps

aish-eswaran commented 5 years ago

Great, thanks!