summaryrefslogtreecommitdiffstats
path: root/services
diff options
context:
space:
mode:
Diffstat (limited to 'services')
-rw-r--r--services/auth/source/oauth2/providers_openid.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/services/auth/source/oauth2/providers_openid.go b/services/auth/source/oauth2/providers_openid.go
index b725cf9605..7c3836503c 100644
--- a/services/auth/source/oauth2/providers_openid.go
+++ b/services/auth/source/oauth2/providers_openid.go
@@ -18,7 +18,7 @@ type OpenIDProvider struct {
// Name provides the technical name for this provider
func (o *OpenIDProvider) Name() string {
- return "openidconnect"
+ return "openidConnect"
}
// DisplayName returns the friendly name for this provider