diff options
author | zeripath <art27@cantab.net> | 2021-08-06 03:11:08 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-06 03:11:08 +0200 |
commit | ab9bb54144f136bbbba2ce2e94fd88c0be0ee1cf (patch) | |
tree | f8b283e33e70cbc3d827879c4774de2b41450ab0 /public | |
parent | [skip ci] Updated translations via Crowdin (diff) | |
download | forgejo-ab9bb54144f136bbbba2ce2e94fd88c0be0ee1cf.tar.xz forgejo-ab9bb54144f136bbbba2ce2e94fd88c0be0ee1cf.zip |
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 0000000000..1adbf15e28 --- /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 0000000000..1adbf15e28 --- /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 0000000000..a8129dce29 --- /dev/null +++ b/public/img/auth/microsoftonline.png |