Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 878 Bytes

AuthenticationMethods.md

File metadata and controls

15 lines (11 loc) · 878 Bytes

Authentication Methods

ScubaGoggles supports both OAuth and Service Accounts for authorization/authentication. See the following table for the tradeoffs between the two methods.

OAuth Service Account
+ Allows user consent to specific scopes - Requires domain-wide delegation
- Requires a browser for authentication + Does not require a browser for authentication, allowing for more automation.

After determining which method is most appropriate for your organization, follow the instructions in either Using OAuth or Using a Service Account.

Navigation