feat: gitlab oidc/ oauth provider (#518)

- implement gitlab oauth support
 - add documentation for the gitlab support
This commit is contained in:
Ogundele Olumide 2020-03-17 03:58:49 +01:00 committed by GitHub
parent ba14ea246d
commit 3dd9188004
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 199 additions and 2 deletions

View file

@ -86,6 +86,7 @@ module.exports = {
"identity-providers/",
"identity-providers/azure",
"identity-providers/cognito",
"identity-providers/gitlab",
"identity-providers/google",
"identity-providers/okta",
"identity-providers/one-login"