fixing typo
This commit is contained in:
parent
c6d9a20fe5
commit
685e2c8b6d
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue