added auth/oauth2.ts

added oauth2 to ProviderEnum

Signed-off-by: Philip Molares <philip.molares@udo.edu>
Signed-off-by: David Mehren <dmehren1@gmail.com>
This commit is contained in:
Philip Molares 2020-04-13 15:45:29 +02:00 committed by David Mehren
parent 287148f1e8
commit 5a1a25dda4
No known key found for this signature in database
GPG key ID: 6017AF117F9756CB
5 changed files with 103 additions and 109 deletions

View file

@ -27,6 +27,7 @@ export enum ProviderEnum {
dropbox = 'dropbox',
google = 'google',
ldap = 'ldap',
oauth2 = 'oauth2',
saml = 'saml',
}