-
Notifications
You must be signed in to change notification settings - Fork 93
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature: Unconsent permissions #2063
Conversation
…ph-explorer-v4 into feature/unconsent-permissions
Azure Static Web Apps: Your stage site is ready! Visit it here: https://jolly-sand-0ac78c710-2063.centralus.azurestaticapps.net |
Azure Static Web Apps: Your stage site is ready! Visit it here: https://jolly-sand-0ac78c710-2063.centralus.azurestaticapps.net |
Azure Static Web Apps: Your stage site is ready! Visit it here: https://jolly-sand-0ac78c710-2063.centralus.azurestaticapps.net |
…ph-explorer-v4 into feature/unconsent-permissions
…crosoftgraph/microsoft-graph-explorer-v4 into feature/unconsent-permissions
Azure Static Web Apps: Your stage site is ready! Visit it here: https://jolly-sand-0ac78c710-2063.centralus.azurestaticapps.net |
…crosoftgraph/microsoft-graph-explorer-v4 into feature/unconsent-permissions
…ph-explorer-v4 into feature/unconsent-permissions
…ph-explorer-v4 into feature/unconsent-permissions
Azure Static Web Apps: Your stage site is ready! Visit it here: https://jolly-sand-0ac78c710-2063.centralus.azurestaticapps.net |
…st, refactor the logic
…ph-explorer-v4 into feature/unconsent-permissions
…crosoftgraph/microsoft-graph-explorer-v4 into feature/unconsent-permissions
Azure Static Web Apps: Your stage site is ready! Visit it here: https://jolly-sand-0ac78c710-2063.centralus.azurestaticapps.net |
Azure Static Web Apps: Your stage site is ready! Visit it here: https://jolly-sand-0ac78c710-2063.centralus.azurestaticapps.net |
Azure Static Web Apps: Your stage site is ready! Visit it here: https://jolly-sand-0ac78c710-2063.centralus.azurestaticapps.net |
Azure Static Web Apps: Your stage site is ready! Visit it here: https://jolly-sand-0ac78c710-2063.centralus.azurestaticapps.net |
Azure Static Web Apps: Your stage site is ready! Visit it here: https://jolly-sand-0ac78c710-2063.centralus.azurestaticapps.net |
Azure Static Web Apps: Your stage site is ready! Visit it here: https://jolly-sand-0ac78c710-2063.centralus.azurestaticapps.net |
Azure Static Web Apps: Your stage site is ready! Visit it here: https://jolly-sand-0ac78c710-2063.centralus.azurestaticapps.net |
Azure Static Web Apps: Your stage site is ready! Visit it here: https://jolly-sand-0ac78c710-2063.centralus.azurestaticapps.net |
Azure Static Web Apps: Your stage site is ready! Visit it here: https://jolly-sand-0ac78c710-2063.centralus.azurestaticapps.net |
Azure Static Web Apps: Your stage site is ready! Visit it here: https://jolly-sand-0ac78c710-2063.centralus.azurestaticapps.net |
Azure Static Web Apps: Your stage site is ready! Visit it here: https://jolly-sand-0ac78c710-2063.centralus.azurestaticapps.net |
Azure Static Web Apps: Your stage site is ready! Visit it here: https://jolly-sand-0ac78c710-2063.centralus.azurestaticapps.net |
Kudos, SonarCloud Quality Gate passed! |
Features * Feature: ABNF validation (#2044) * Feature: Unconsent permissions (#2063) Bug Fixes * Fix: Prevent sample groups from collapsing (#2101) * Fix: Remove float CSS property on snippets (#2106) * Fix: Update wordSeparators in Monaco (#2109) * Fix: Failing tests (#2144) * Fix: failing tests [Attempt 2] (#2145) * Fix: stop recursive deep copy (#2151) * Fix: display suggestions for placeholder segments (#2156) * Fix: Pass empty array to signOutSuccess when signing out (#2162) * Fix: Permission search results (#2167) * Fix: Component name on device characteristics event (#2173) * Fix: Add consent status for successful consent (#2187) Enhancements * Task: Fix auto-collapsing of permissions items (#2099) * Task: Take Modify Permissions out of preview (#2110) * Task: fix accessibility unnecessary empty data scans (#2118) * Task: Update doc.microsoft links to learn.microsoft (#2148) * Task: Remove errors telemetry filter to capture more details (#2124) * Task: Add Adaptive card templates to local repo (#2182) * Task: Update adaptive cards templating (#2183) * Task: more-info telemetry capture (#2188) Dependencies * Task: upgrade redux (#2179) * Chore: Dependabot upgrades September 2022 (#2098)
Features * Feature: ABNF validation (#2044) * Feature: Unconsent permissions (#2063) Bug Fixes * Fix: Prevent sample groups from collapsing (#2101) * Fix: Remove float CSS property on snippets (#2106) * Fix: Update wordSeparators in Monaco (#2109) * Fix: Failing tests (#2144) * Fix: failing tests [Attempt 2] (#2145) * Fix: stop recursive deep copy (#2151) * Fix: display suggestions for placeholder segments (#2156) * Fix: Pass empty array to signOutSuccess when signing out (#2162) * Fix: Permission search results (#2167) * Fix: Component name on device characteristics event (#2173) * Fix: Add consent status for successful consent (#2187) * Fix: history items (#2301) Enhancements * Task: Fix auto-collapsing of permissions items (#2099) * Task: Take Modify Permissions out of preview (#2110) * Task: fix accessibility unnecessary empty data scans (#2118) * Task: Update doc.microsoft links to learn.microsoft (#2148) * Task: Remove errors telemetry filter to capture more details (#2124) * Task: Add Adaptive card templates to local repo (#2182) * Task: Update adaptive cards templating (#2183) * Task: more-info telemetry capture (#2188) Dependencies * Task: upgrade redux (#2179) * Chore: Dependabot upgrades September 2022 (#2098)
Overview
Closes #1844
Demo
Optional. Screenshots,
curl
examples, etc.Notes
Optional. Ancillary topics, caveats, alternative strategies that didn't work out, anything else.
Testing Instructions
Test permissions tablist UI
Test revoking of permissions
DelegatedPermissionGrant.ReadWrite.All
andDirectory.Read.All
and observe behavior & status messageEnsure that you have consented to the required permissions to enable consent before trying the following tests
User.Read
and observe behavior & status message.