Exercise 1: Experiencing Permissions and Consent
This exercise will guide you through defining permission requirements in addition to those defined by the Microsoft identity platform by default. You will also see the consent approval experience for both dynamic and static consent.
Task 1: Implementing Authentication with the Default Permissions
Follow these steps to enable authentication with the default permissions and experience the consent experience:
- Create a web app using your preferred method, which you shouldn’t need step-by-step guidance on how to do now. Create a new App Service plan if needed.
- As you did before, go to the Authentication blade of the newly created web app and click Add identity provider.
- Select Microsoft for Identity provider.
Notice that an app registration will be created, and here you can specify single- or multi-tenant, as well as some other options.
- Click Next: Permissions at the bottom of the screen. Don’t make...