Authentication¶
One of the more challenging aspects of web development is ensuring you are properly authenticated to access the resources you need. This section is designed to guide you through connecting to the resources you need using the appropriate methods.
There are two places the PnPjs libraries can be used to connect to various services client (browser) or server.
Utility Scenarios¶
Client Scenarios¶
- SharePoint Framework
- Connect As:
- Connect To:
- SharePoint as:
- Graph as:
- Both as:
- Single Page Application
Server Scenarios¶
- NodeJS