├── GraphPreConsent.yaml ├── GraphPreConsentExplorer.html ├── LICENSE ├── Readme.md ├── images ├── EntraTokenAid.png ├── appdetails.png └── mainview.png ├── lists ├── GraphPreConsent.csv └── GraphPreConsent.json └── style.js /GraphPreConsent.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zh54321/GraphPreConsentExplorer/HEAD/GraphPreConsent.yaml -------------------------------------------------------------------------------- /GraphPreConsentExplorer.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zh54321/GraphPreConsentExplorer/HEAD/GraphPreConsentExplorer.html -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zh54321/GraphPreConsentExplorer/HEAD/LICENSE -------------------------------------------------------------------------------- /Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zh54321/GraphPreConsentExplorer/HEAD/Readme.md -------------------------------------------------------------------------------- /images/EntraTokenAid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zh54321/GraphPreConsentExplorer/HEAD/images/EntraTokenAid.png -------------------------------------------------------------------------------- /images/appdetails.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zh54321/GraphPreConsentExplorer/HEAD/images/appdetails.png -------------------------------------------------------------------------------- /images/mainview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zh54321/GraphPreConsentExplorer/HEAD/images/mainview.png -------------------------------------------------------------------------------- /lists/GraphPreConsent.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zh54321/GraphPreConsentExplorer/HEAD/lists/GraphPreConsent.csv -------------------------------------------------------------------------------- /lists/GraphPreConsent.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zh54321/GraphPreConsentExplorer/HEAD/lists/GraphPreConsent.json -------------------------------------------------------------------------------- /style.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zh54321/GraphPreConsentExplorer/HEAD/style.js --------------------------------------------------------------------------------