title:Pass access token via GET query string to User Info Endpoint
title:Pass access token via GET query string to User Info Endpoint
hint:(optional) Pass the access token in an `access_token` parameter attached to the GET query string of the User Info Endpoint URL. Otherwise the access token will be passed in the Authorization header.
hint:(optional) Pass the access token in an `access_token` parameter attached to the GET query string of the User Info Endpoint URL. Otherwise the access token will be passed in the Authorization header.
order:11
order:13
enableCSRFProtection:
enableCSRFProtection:
type:Boolean
type:Boolean
default:true
default:true
title:Enable CSRF protection
title:Enable CSRF protection
hint:Pass a nonce state parameter during authentication to protect against CSRF attacks.
hint:Pass a nonce state parameter during authentication to protect against CSRF attacks.