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]


이 범위에 대한 액세스를 허용하겠습니까?


허용 
거부