Apigeetool with 3rd Party Identity Zone

Hello, I have setup an ADFS identity zone for my organisation. That is working fine as it is supposed to be.

However, we also have some basic Jenkins pipelines setup using apigeetool to deploy the proxies to the organisation. With the identity zone set to ADFS, the apigeetool keeps failing as it works on Basic Auth. As suggested in this link: https://docs.apigee.com/api-platform/system-administration/enabling-saml-authentication-edge#remove-... .

And as per this link https://docs.apigee.com/api-platform/system-administration/using-saml we can use get_token to get the access token and use it in the Authorization Bearer header to access the Apigee API.

Is there a method with which apigeetool is able to use the accesstoken?

0 2 96
2 REPLIES 2

There's an article here that explains how to create a machine user that you could then use in your Jenkins pipeline

https://community.apigee.com/articles/79247/automating-access-to-the-apigee-management-apis-us.html

Thank you for your answer! This worked properly!