diff options
author | zeripath | 2021-08-06 02:11:08 +0100 |
---|---|---|
committer | GitHub | 2021-08-05 21:11:08 -0400 |
commit | ab9bb54144f136bbbba2ce2e94fd88c0be0ee1cf (patch) | |
tree | f8b283e33e70cbc3d827879c4774de2b41450ab0 /public | |
parent | 7e7006e00d8d0d5ce4c871685d421269049e4b39 (diff) |
Add microsoft oauth2 providers (#16544)
* Clean up oauth2 providers
Signed-off-by: Andrew Thornton <art27@cantab.net>
* Add AzureAD, AzureADv2, MicrosoftOnline OAuth2 providers
Signed-off-by: Andrew Thornton <art27@cantab.net>
* Apply suggestions from code review
* remove unused Scopes
Signed-off-by: Andrew Thornton <art27@cantab.net>
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
Diffstat (limited to 'public')
-rw-r--r-- | public/img/auth/azuread.png | bin | 0 -> 3099 bytes |
-rw-r--r-- | public/img/auth/azureadv2.png | bin | 0 -> 3099 bytes |
-rw-r--r-- | public/img/auth/microsoftonline.png | bin | 0 -> 792 bytes |
3 files changed, 0 insertions, 0 deletions
diff --git a/public/img/auth/azuread.png b/public/img/auth/azuread.png Binary files differnew file mode 100644 index 000000000..1adbf15e2 --- /dev/null +++ b/public/img/auth/azuread.png diff --git a/public/img/auth/azureadv2.png b/public/img/auth/azureadv2.png Binary files differnew file mode 100644 index 000000000..1adbf15e2 --- /dev/null +++ b/public/img/auth/azureadv2.png diff --git a/public/img/auth/microsoftonline.png b/public/img/auth/microsoftonline.png Binary files differnew file mode 100644 index 000000000..a8129dce2 --- /dev/null +++ b/public/img/auth/microsoftonline.png |