sourcegraph/internal/authz/providers/github
Petri-Johan Last d3a3d721d3
Add support for Bitbucket Server OAuth2 (#64179)
Docs here: https://github.com/sourcegraph/docs/pull/561

This PR adds support for using Bitbucket Server OAuth2 application links
for sign-in and permission syncing.

When used for permission syncing, the user's oauth token is used to
fetch user permissions (and now permissions are fetched via the server).

## Test plan

Tests added and updated.

## Changelog

- Sourcegraph now supports Bitbucket Server OAuth2 application links for
user sign-in and permission syncing.
2024-08-14 12:24:32 +02:00
..
authz_test.go [UX] Move code host connection warnings and warn about unauthorized connections (#57766) 2023-10-30 11:04:12 +00:00
authz.go Docs: update links to point to new site (#60381) 2024-02-13 00:23:47 +00:00
BUILD.bazel rcache: Explicitly pass redis pool to use (#63644) 2024-07-10 01:23:19 +02:00
cache.go Backend: remove enterprise/internal (#54872) 2023-07-12 22:51:02 +02:00
client.go Add GitHub Auth config options to manage internal repos (#56677) 2023-10-04 16:43:40 +02:00
github_test.go authz: Fix panic when auth provider is missing (#62759) 2024-05-17 16:09:39 +02:00
github.go Add support for Bitbucket Server OAuth2 (#64179) 2024-08-14 12:24:32 +02:00
mocks_test.go Add GitHub Auth config options to manage internal repos (#56677) 2023-10-04 16:43:40 +02:00