sp-dev-fx-webparts/samples/react-graph-app-secret-expi...
Hugo Bernier 86013372c0 Added all 1.12.1 and 1.13 containers 2022-02-14 02:52:18 -05:00
..
.devcontainer Added all 1.12.1 and 1.13 containers 2022-02-14 02:52:18 -05:00
assets Removed space from github name 2022-02-12 21:18:24 -05:00
config Update version number 2021-11-04 21:32:40 +01:00
src format code 2021-11-04 21:15:52 +01: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 Added all 1.12.1 and 1.13 containers 2022-02-14 02:52:18 -05:00
gulpfile.js Initial commit 2021-09-17 18:35:13 +02:00
package-lock.json Update version number 2021-11-04 21:32:40 +01:00
package.json Update version number 2021-11-04 21:32:40 +01:00
tsconfig.json Add grouping options and sample data 2021-11-04 20:25:41 +01: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

Compatibility

SPFx 1.12.1 Node.js v12 | v10 SharePoint Online Teams N/A: Untested with Microsoft Teams Workbench Hosted: Does not work with local workbench Compatible with Remote Containers

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
1.1 October 10, 2021 Add pagination
1.2 November 04, 2021 Add group views

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

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 we 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 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.