Hello Marcel,
Thank you for the 2026.2.7.0 redirect URI list, that detail closes the gap we left in the article.
I have confirmed the three URIs you provided are the correct ones for Delegated permissions.
While we are at it, I want to clarify one point so that future readers do not over-configure their Entra app.
The three URIs are required only when you choose Delegated permissions, because the Connect to Microsoft button runs its own OAuth flow on top of the regular user sign-in.
The Application permissions mode (the recommended default) uses the client credentials grant and never hits the connect or connect-callback endpoints, so a single redirect URI (the external-provider-response one) is enough in that case.
The revised KB will split step 7 into the two cases, so this is no longer ambiguous.
On a related note, we are looking into surfacing the exact redirect URIs directly in the DVLS administration UI with copy buttons.
That way, readers will not have to discover them through a doc, and the displayed values will always match the running build.
Thanks again for the thorough testing and the screenshots. This kind of feedback is exactly what makes the documentation better for everyone configuring Microsoft authentication with DVLS.
Best regards,