1
0
mirror of https://github.com/oauth2-proxy/oauth2-proxy.git synced 2025-11-29 22:48:19 +02:00

Add keycloak provider

This commit is contained in:
Karel Pokorny
2019-07-28 15:54:39 +02:00
parent 3f219bd85c
commit 583ec18fa2
5 changed files with 240 additions and 0 deletions

View File

@@ -28,6 +28,8 @@ func New(provider string, p *ProviderData) Provider {
return NewFacebookProvider(p)
case "github":
return NewGitHubProvider(p)
case "keycloak":
return NewKeycloakProvider(p)
case "azure":
return NewAzureProvider(p)
case "gitlab":