sp-dev-fx-webparts/samples/react-msal-msgraph/assets/sample.json

64 lines
2.2 KiB
JSON

[
{
"name": "pnp-sp-dev-spfx-web-parts-react-msal-msgraph",
"source": "pnp",
"title": "Microsoft Authentication Library (MSAL JS) authentication sample",
"shortDescription": "",
"url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-msal-msgraph",
"longDescription": [
""
],
"creationDateTime": "2017-03-17",
"updateDateTime": "2017-03-17",
"products": [
"SharePoint"
],
"metadata": [
{
"key": "CLIENT-SIDE-DEV",
"value": "React"
},
{
"key": "SPFX-VERSION",
"value": "GA"
}
],
"thumbnails": [
{
"type": "image",
"order": 100,
"url": "https://github.com/pnp/sp-dev-fx-webparts/raw/main/samples/react-msal-msgraph/assets/msal-wp-output.png",
"alt": "Microsoft Authentication Library (MSAL JS) authentication sample"
},
{
"type": "image",
"order": 101,
"url": "https://github.com/pnp/sp-dev-fx-webparts/blob/main/samples/react-msal-msgraph/assets/permission-scopes.png?raw=true",
"alt": "Microsoft Authentication Library (MSAL JS) authentication sample"
},
{
"type": "image",
"order": 102,
"url": "https://github.com/pnp/sp-dev-fx-webparts/blob/main/samples/react-msal-msgraph/assets/redirect-url.png?raw=true",
"alt": "Microsoft Authentication Library (MSAL JS) authentication sample"
}
],
"authors": [
{
"gitHubAccount": "estruyf",
"company": "Struyf Consulting",
"pictureUrl": "https://github.com/estruyf.png",
"name": "Elio Struyf",
"twitter": "eliostruyf"
}
],
"references": [
{
"name": "Build your first SharePoint client-side web part",
"description": "Client-side web parts are client-side components that run in the context of a SharePoint page. Client-side web parts can be deployed to SharePoint environments that support the SharePoint Framework. You can also use modern JavaScript web frameworks, tools, and libraries to build them.",
"url": "https://learn.microsoft.com/sharepoint/dev/spfx/web-parts/get-started/build-a-hello-world-web-part"
}
]
}
]