I have a typescript application from which I need to connect to Azure blob storage. I have placed the blob connection string details in Azure key vault service. But to call the key vault URL to access those keys and secrets, I need to include Client ID, Client Secrets in my Typescript page. But as its a front end page anyone can see those secrets from browser console. How we can we get rid of this situation. any one solution to below may solve my problem. Kindly let us know.
1.Is there any way to hide these secrets from browser console window. So it will not visible in browser.
2.Is there any way to use other authentication to Azure key vault from typescipt page without providing client id and client secrets.