Repo to demonstrate presumed bug at https://github.com/pnp/pnpjs/issues/1719
  • TypeScript 100%
Find a file
2021-04-29 09:59:26 +01:00
.idea chore: initial commit 2021-04-29 09:59:26 +01:00
src chore: initial commit 2021-04-29 09:59:26 +01:00
.env.example chore: initial commit 2021-04-29 09:59:26 +01:00
.gitignore chore: initial commit 2021-04-29 09:59:26 +01:00
package.json chore: initial commit 2021-04-29 09:59:26 +01:00
README.md chore: initial commit 2021-04-29 09:59:26 +01:00
tsconfig.json chore: initial commit 2021-04-29 09:59:26 +01:00
yarn.lock chore: initial commit 2021-04-29 09:59:26 +01:00

PnPJS MSAL/App Catalog Bug Reproduction

Repo to demonstrate the presumed bug at https://github.com/pnp/pnpjs/issues/1719.

Steps

  1. Run yarn to install dependencies.
  2. Copy .env.example to .env and fill out the values for MSAL certificate authentication.
  3. Run yarn start:dev to start using ts-node or run yarn build && yarn start to run using node.

The program will:

  • Get an isolated SP client (important!)
  • Fetch and log all lists for the site
  • (Attempt to) Fetch and log all apps for the site