fixing typo

This commit is contained in:
kevgliss 2016-01-05 09:40:53 -08:00
parent c6d9a20fe5
commit 685e2c8b6d
1 changed files with 1 additions and 1 deletions

View File

@ -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'