When testing against Auth0 we discovered that the id_token was not being returned as expected. To remedy this we explicitly declare all the requires scopes in this PR.
Motivation and Context
This PR addresses: BED-4768
Why is this change required? What problem does it solve?
How Has This Been Tested?
Please describe in detail how you tested your changes.
Include details of your testing environment, and the tests you ran to
see how your change affects other areas of the code, etc.
I have updated all the tests to account for my change.
Screenshots (optional):
Types of changes
Bug fix (non-breaking change which fixes an issue)
Description
Describe your changes in detail
When testing against Auth0 we discovered that the id_token was not being returned as expected. To remedy this we explicitly declare all the requires scopes in this PR.
Motivation and Context
This PR addresses: BED-4768
Why is this change required? What problem does it solve?
How Has This Been Tested?
Please describe in detail how you tested your changes. Include details of your testing environment, and the tests you ran to see how your change affects other areas of the code, etc.
I have updated all the tests to account for my change.
Screenshots (optional):
Types of changes
Checklist: