OAuth 2.0 - Consenso all'autorizzazione

Il seguente sito sta chiedendo di accedere a una risorsa protetta OAuth 2.0:

@OAUTH_CLIENT_NAME@

Il tipo di client รจ: @CLIENT_TYPE@


Il client ha fornito i seguenti parametri di richiesta OAuth 2.0:


  • ID client: @CLIENT_ID@
  • <% var uri = "
  • URI di reindirizzamento: @REDIRECT_URI@
  • "; var uri_macro = templateContext.macros["@REDIRECT_URI@"]; if ( uri_macro == null || uri_macro == "") { uri =""; } var state = "
  • Stato: @STATE@
  • "; var state_macro = templateContext.macros["@STATE@"]; if ( state_macro == null || state_macro == "") { state =""; } var response_type = "
  • Tipo di risposta: @RESPONSE_TYPE@
  • "; var response_type_macro = templateContext.macros["@RESPONSE_TYPE@"]; if ( response_type_macro == null || response_type_macro == "") { response_type =""; } %> <%=uri%> <%=state%> <%=response_type%>

Approvando questa richiesta si fornisce l'autorizzazione delegata per conto di:

@USERNAME@


Il client ha fornito i seguenti parametri di richiesta supplementari:

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

Il client ha richiesto i seguenti ambiti di token precedentemente approvati:

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

Il client ha richiesto i seguenti ambiti di token non ancora approvati:

[RPT oauthTokenScopeNewApprovalRepeatable]
[ERPT oauthTokenScopeNewApprovalRepeatable]


Approvare l'accesso a quest'ambito?


Consenti 
Rifiuta