JupiterOne-Archives / integrations-2021-07-16

JupiterOne integration development documentation and issue tracking
0 stars 2 forks source link

Migrate integration from Basic Auth to OAuth flow #35

Open artempartos opened 5 years ago

artempartos commented 5 years ago

Now we are using basic auth, but in general, maybe it's not best approach, they have other types of auth, and recommend OAuth 2.0

OAuth 2.0 authorization code grants (3LO): This is the recommended method. You should use this for most cases.

Скриншот 2019-03-28 01 25 10
aiwilliams commented 5 years ago

@artempartos, thanks for creating this issue so we can track a decision about this. We would like to wait to do this later, since it will require an offsite flow our generic UI does not just yet support. We have been able to avoid OAuth so far with other integrations, as they've given us access to what we need with API tokens or Basic Auth.