Authorize
The following private info is requested
<#list requestingScopes as r>
${r}
#list> <#if grantedScopes?has_content>
Previously approved scopes
<#list grantedScopes as g>
${g}
#list> #if>