Using Adobe Pass authentication with AMP.

Implementation of Adobe Pass authentication into AMP. The plugin can be implemented by providing a adobepass object in the player config:

var config = {
  plugins: {
    adobepass: {
      resources: [
        {src: "#{paths.plugins}adobepass/Adobepass.min.css", debug: "#{paths.plugins}ais/Ais.css", type: "text/css", async: true},
        {src: "#{paths.plugins}adobepass/Adobepass.min.js", debug: "#{paths.plugins}ais/Ais.js", type: "text/javascript", async: true}
      ]
    }
  }
};
akamai.amp.AMP.create("amp", config);