-
Notifications
You must be signed in to change notification settings - Fork 199
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could we update the PR description to describe (1) what we believe the problem was, and its scope, (2) why it fixes the linked issue, and (3) how one could test it?
I don't know if the error from integration testing is unique to this PR or not, but I get the following when testing a new single-tenant deployment.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
see concerns
I've tested this and it works with both mutli-tenant credentials. |
I don't think this is related to this PR. I just had a successful deployment |
When deploying a multitenant instance there was a mismatch between the identifier uri used to configure the application registration and the value we use to authenticate the cli client. This caused #1269
To test:
1- deploy on a multi tenant domain
2- send a onefuzz request
Expected result: The request should be successful
closes #1269