Merge pull request #203 from kevgliss/ssoHostfix

fixing typo
This commit is contained in:
kevgliss 2016-01-05 09:41:12 -08:00
commit a0d50ef03a
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'