commit
a0d50ef03a
|
@ -291,7 +291,7 @@ class Providers(Resource):
|
||||||
'clientId': current_app.config.get("PING_CLIENT_ID"),
|
'clientId': current_app.config.get("PING_CLIENT_ID"),
|
||||||
'responseType': 'code',
|
'responseType': 'code',
|
||||||
'scope': ['openid', 'email', 'profile', 'address'],
|
'scope': ['openid', 'email', 'profile', 'address'],
|
||||||
'scopeDelimeter': ' ',
|
'scopeDelimiter': ' ',
|
||||||
'authorizationEndpoint': current_app.config.get("PING_AUTH_ENDPOINT"),
|
'authorizationEndpoint': current_app.config.get("PING_AUTH_ENDPOINT"),
|
||||||
'requiredUrlParams': ['scope'],
|
'requiredUrlParams': ['scope'],
|
||||||
'type': '2.0'
|
'type': '2.0'
|
||||||
|
|
Loading…
Reference in New Issue