- The redirect_uri is OPTIONAL as per draft 20. But your implementation can enforce it by setting
CONFIG_ENFORCE_INPUT_REDIRECT to true.
- The state is OPTIONAL but recommended to enforce CSRF. Draft 21 states, however, that CSRF protection is
MANDATORY. You can enforce this by setting the CONFIG_ENFORCE_STATE to true.
protected getAuthorizeParams ( |
||
$request | ||
return | array |