sp-dev-fx-webparts/samples/react-graph-app-secret-expi...
Hugo Bernier 8e6bd1404b Added web part to every sample 2024-04-18 01:51:29 -04:00
..
.devcontainer Updated containers, sample.json and tslint issues 2023-03-11 21:31:45 -05:00
assets Added web part to every sample 2024-04-18 01:51:29 -04:00
config upgrade to spfx 1.16.1 2023-03-06 13:02:33 +01:00
src Updated containers, sample.json and tslint issues 2023-03-11 21:31:45 -05:00
teams Initial commit 2021-09-17 18:35:13 +02:00
.eslintrc.js upgrade to spfx 1.16.1 2023-03-06 13:02:33 +01:00
.gitignore upgrade to spfx 1.15 2022-07-07 16:39:01 +02:00
.npmignore upgrade to spfx 1.14.0 2022-03-14 17:45:09 +01:00
.yo-rc.json upgrade to spfx 1.16.1 2023-03-06 13:02:33 +01:00
README.md Added more contributions 2023-03-15 01:23:34 -04:00
gulpfile.js Initial commit 2021-09-17 18:35:13 +02:00
package-lock.json Merge pull request #4874 from pnp/dependabot/npm_and_yarn/samples/react-graph-app-secret-expiration/follow-redirects-1.15.6 2024-03-25 22:08:07 -04:00
package.json upgrade to spfx 1.16.1 2023-03-06 13:02:33 +01:00
tsconfig.json upgrade to spfx 1.16.1 2023-03-06 13:02:33 +01:00

README.md

Applications Secrets Expiration

Summary

This sample web part shows the list of your applications registered in Azure AD along with their associated client secret/certificate expiration date. I got the idea from this great article Use Power Automate to Notify of Upcoming Azure AD App Client Secrets and Certificate Expirations and thought it would be nice to have a SPFx web part version of it.

Animated sample

Compatibility

⚠️ Important
Every SPFx version is only compatible with specific version(s) of Node.js. In order to be able to build this sample, please ensure that the version of Node on your workstation matches one of the versions listed in this section. This sample will not work on a different version of Node.
Refer to https://aka.ms/spfx-matrix for more information on SPFx compatibility.

SPFx 1.16.1 Node.js v14 | v12 Compatible with SharePoint Online Does not work with SharePoint 2019 Does not work with SharePoint 2016 (Feature Pack 2) Local Workbench Unsupported Hosted Workbench Compatible Compatible with Remote Containers

Applies to

Contributors

Version history

Version Date Comments
1.0 September 17, 2021 Initial release
1.1 October 10, 2021 Add pagination
1.2 November 04, 2021 Add group views
1.3 March 14, 2022 Upgrade to SPFx v1.14.0
1.4 July 07, 2022 Upgrade to SPFx v1.15.0
1.5 March 06, 2023 Upgrade to SPFx v1.16.1

Minimal path to awesome

  • Clone this repository (or download this solution as a .ZIP file then unzip it)
  • From your command line, change your current directory to the directory containing this sample (react-graph-app-secret-expiration, located under samples)
  • In the command-line run:
    • npm install
    • gulp bundle
    • gulp package-solution
  • Deploy the package to your app catalog
  • Approve the API permission request from the SharePoint admin
  • Add the web part to a page
  • In the command-line run:
    • gulp serve --nobrowser

This sample can also be opened with VS Code Remote Development. Visit https://aka.ms/spfx-devcontainer for further instructions.

Features

This sample illustrates the following concepts:

Help

We do not support samples, but this community is always willing to help, and we want to improve these samples. We use GitHub to track issues, which makes it easy for community members to volunteer their time and help resolve issues.

If you're having issues building the solution, please run spfx doctor from within the solution folder to diagnose incompatibility issues with your environment.

You can try looking at issues related to this sample to see if anybody else is having the same issues.

You can also try looking at discussions related to this sample and see what the community is saying.

If you encounter any issues while using this sample, create a new issue.

For questions regarding this sample, create a new question.

Finally, if you have an idea for improvement, make a suggestion.

Disclaimer

THIS CODE IS PROVIDED AS IS WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT.