apigeecs / apigee-migrate-tool

Export/Import Org Data. Import from CSV files
MIT License
52 stars 50 forks source link

Bearer Auth support #38

Open mecclesgoogle opened 4 years ago

mecclesgoogle commented 4 years ago

Orgs with SAML federation or Orgs with Mandatory 2FA can not use this tool any longer. Can we support Bearer tokens as an alternative to Basic Auth?

tfroseman commented 4 years ago

I have started this in #46 Only problem is specs needs a rewrite as it expects a username and password.

markjkelly commented 3 years ago

I've added support for bearer tokens in #55 , this change also supports spec import and export.