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.
- Continue to Using OAuth
- Continue to Using a Service Account
- Return to Documentation Home