From 685e2c8b6dfd89a80f20cdd8eb6bb332f7e2281b Mon Sep 17 00:00:00 2001 From: kevgliss Date: Tue, 5 Jan 2016 09:40:53 -0800 Subject: [PATCH] fixing typo --- lemur/auth/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lemur/auth/views.py b/lemur/auth/views.py index 40716b85..7493cb37 100644 --- a/lemur/auth/views.py +++ b/lemur/auth/views.py @@ -291,7 +291,7 @@ class Providers(Resource): 'clientId': current_app.config.get("PING_CLIENT_ID"), 'responseType': 'code', 'scope': ['openid', 'email', 'profile', 'address'], - 'scopeDelimeter': ' ', + 'scopeDelimiter': ' ', 'authorizationEndpoint': current_app.config.get("PING_AUTH_ENDPOINT"), 'requiredUrlParams': ['scope'], 'type': '2.0'