OAuth 2.0 - Consent to Authorize

The following site is requesting access to an OAuth 2.0 protected resource:

@OAUTH_CLIENT_NAME@

The client type is: @CLIENT_TYPE@


The client provided the following OAuth 2.0 request parameters:


  • Client Id: @CLIENT_ID@
  • <% var uri = "
  • Redirect URI: @REDIRECT_URI@
  • "; var uri_macro = templateContext.macros["@REDIRECT_URI@"]; if ( uri_macro == null || uri_macro == "") { uri =""; } var state = "
  • State: @STATE@
  • "; var state_macro = templateContext.macros["@STATE@"]; if ( state_macro == null || state_macro == "") { state =""; } var response_type = "
  • Response Type: @RESPONSE_TYPE@
  • "; var response_type_macro = templateContext.macros["@RESPONSE_TYPE@"]; if ( response_type_macro == null || response_type_macro == "") { response_type =""; } %> <%=uri%> <%=state%> <%=response_type%>

By approving this request you will be providing delegated authorization on behalf of:

@USERNAME@


The client provided the following extra request parameters:

    [RPT oauthOtherParamsRepeatable]
  • @OAUTH_OTHER_PARAM_REPEAT@=@OAUTH_OTHER_PARAM_VALUE_REPEAT@
  • [ERPT oauthOtherParamsRepeatable]

The client requested the following token scopes that have been previously approved:

    [RPT oauthTokenScopePreapprovedRepeatable]
  • @OAUTH_TOKEN_SCOPE_REPEAT@
  • [ERPT oauthTokenScopePreapprovedRepeatable]

The client requested the following token scopes that have not yet been approved:

[RPT oauthTokenScopeNewApprovalRepeatable]
[ERPT oauthTokenScopeNewApprovalRepeatable]


Would you like to approve access to this scope?


Permit 
Deny