sp-dev-fx-webparts/samples/react-graph-app-secret-expi...
Aimery f62d7c9d22 Initial commit 2021-09-17 18:35:13 +02:00
..
assets Initial commit 2021-09-17 18:35:13 +02:00
config Initial commit 2021-09-17 18:35:13 +02:00
src Initial commit 2021-09-17 18:35:13 +02:00
teams Initial commit 2021-09-17 18:35:13 +02:00
.gitignore Initial commit 2021-09-17 18:35:13 +02:00
.yo-rc.json Initial commit 2021-09-17 18:35:13 +02:00
README.md Initial commit 2021-09-17 18:35:13 +02:00
gulpfile.js Initial commit 2021-09-17 18:35:13 +02:00
package-lock.json Initial commit 2021-09-17 18:35:13 +02:00
package.json Initial commit 2021-09-17 18:35:13 +02:00
tsconfig.json Initial commit 2021-09-17 18:35:13 +02:00
tslint.json Initial commit 2021-09-17 18:35:13 +02: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

Used SharePoint Framework Version

drop

Applies to

Solution

Solution Author(s)
react-graph-app-secret-expiration Aimery Thomas (@aimery_thomas)

Version history

Version Date Comments
1.0 September 17, 2021 Initial release

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.


Minimal Path to Awesome

  • Clone this repository
  • Ensure that you are at the solution folder
  • 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

Features

This sample illustrates the following concepts: