Identity: ${user.user_dn}

Applications

Your applications

    % for app in apps:
  • ${app.name}
    ${app.description}
  • % endfor

Register new application

Authorized applications

    % for app in authorized:
  • ${app.name} [revoke]
    ${app.description}
    Expires: ${app.expires}
    Scopes: ${','.join(app.scope)}
  • % endfor