OAuth 2.0 - 同意授權

下列網站發出存取 OAuth 2.0 受保護的資源的要求:

@OAUTH_CLIENT_NAME@

用戶端類型是:@CLIENT_TYPE@


用戶端提供下列 OAuth 2.0 要求參數:


  • 用戶端 ID:@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]


您要核准此範圍的存取嗎?


允許 
拒絕