OAuth2 authorization request

${app.name} is requesting permission to perform operations on your behalf on this FTS3 Server

App description: ${app.description}

App website: ${app.website}

You are

${user.user_dn} (${user.delegation_id})

% for fqan in user.voms_cred:

${fqan}

% endfor

This application will be able to

  • Read your identity
  • % if 'deleg' in scope:
  • Delete your credentials (never read them)
  • % endif % if 'transfer' in scope:
  • Read your transfers
  • Submit transfers in your name
  • Manage your transfers
  • % endif % if 'datamanagement' in scope:
  • Perform namespace operations
  • % endif % if 'config' in scope:
  • Perform configurations if your dn has configuration rights
  • % endif

This application will not be able to

    % if 'deleg' not in scope:
  • Delete your credentials (never read them)
  • % endif % if 'transfer' not in scope:
  • Read your transfers
  • Submit transfers in your name
  • Manage your transfers
  • % endif % if 'datamanagement' not in scope:
  • Perform namespace operations
  • % endif % if 'config' not in scope:
  • Perform configurations if your dn has configuration rights
  • % endif
  • Access your own applications
  • Grant access to other applications

Authorize access to this application only if you trust it!

If in doubt DO NOT authorize it