[wwpass-plugin] Extract inline script block and event handler in com/wwpass/wwpassauth/WwpassSecurityRealm/firstUser.jelly

XMLWordPrintable

    • Type: Task
    • Resolution: Unresolved
    • Priority: Minor
    • Component/s: wwpass-plugin

      Problems

      == Inline Script Block
      Line: 77
      ----
      <script type="text/javascript">
              options = {
              'render': 'qrcode',
              'ticketURL' : '${app.rootURL}/federatedLoginService/wwpass/getTicket',
              callback : function(status, message) {
              auth_cb(status, message);
              }
              };
      
              wwpassQRCodeAuth(options);
          </script>
      ----
      
      == Inline Event Handler
      Line: 44
      ----
      <button type='button' id="btn-login" class="button-login" onclick="token_auth('${it.name}')">
      ----
      

      Solutions

      https://www.jenkins.io/doc/developer/security/csp/#inline-javascript-blocks
      https://www.jenkins.io/doc/developer/security/csp/#inline-event-handlers

            Assignee:
            Unassigned
            Reporter:
            Basil Crow
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: