I have installed the new packages that replace the deprecated one Microsoft.Azure.KeyVault 3.0.5
Microsoft.Identity.Client 4.35.1.0
Azure.core 1.17.0
Azure.Identity 1.5.0-beta2 - this one has a supposed fix for return URI issue but it does not work
Azure.Security.KeyVault.Secrets 4.2.0
With these it is possible to:
start the app
ask for the user's AAD credentials
get the user's security token
redirect the user from the login page to the call-back page
register the access to the KV
when validating the get secret call there is a security check that points to the callers URI not being registered on the App Registration portal, even though it is.
