Back to Tags
OAuth
12 items tagged with "oauth"
Filter by type:
Tutorials1
Integrations4
Integration
GitHub
Connect GitHub repositories as a scan source and drift-ingest target via OAuth.
Integration
GitLab
Connect GitLab repositories as a scan source and drift-ingest target via OAuth.
Integration
Azure DevOps
Connect Azure DevOps repositories as a scan source and drift-ingest target via OAuth.
Integration
Bitbucket
Connect Bitbucket repositories as a scan source and drift-ingest target via OAuth.
FAQs2
FAQ
What is the difference between OAuth 2.0 and OpenID Connect?
OAuth 2.0 is an authorization framework: it lets an application obtain delegated access to resources on a user's behalf without sharing the user's cre...
FAQ
What is the difference between an access token and a refresh token?
An access token is a short-lived credential a client sends with each request to prove it is authorized to call an API, typically expiring in minutes. ...