OAuth 2.0 - 同意授权

以下站点正在请求访问 OAuth 2.0 受保护资源:

@OAUTH_CLIENT_NAME@

客户机类型为:@CLIENT_TYPE@


客户机提供了以下 OAuth 2.0 请求参数:


  • 客户机标识:@CLIENT_ID@
  • <% var uri = "
  • 重定向 URI:@REDIRECT_URI@
  • "; var uri_macro = templateContext.macros["@REDIRECT_URI@"]; if ( uri_macro == null || uri_macro == "") { uri =""; } var state = "
  • 状态:@STATE@
  • "; var state_macro = templateContext.macros["@STATE@"]; if ( state_macro == null || state_macro == "") { state =""; } var 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%>

通过核准此请求,您将代表以下用户来提供委托授权:

@USERNAME@


客户机提供了以下附加请求参数:

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

客户机请求了以下先前已核准的令牌作用域:

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

客户机请求了以下尚未核准的令牌作用域:

[RPT oauthTokenScopeNewApprovalRepeatable]
[ERPT oauthTokenScopeNewApprovalRepeatable]


是否要核准对此作用域的访问?


允许 
拒绝