Hello Parag Kale,
You are only supposed to set WEBSITE_AUTH_CLIENT_ID
and WEBSITE_AUTH_OPENID_ISSUER
settings when deploying DfMon outside Azure (e.g. into a K8s cluster). If you deploy DfMon as an Azure Functions instance, you should not set those settings exactly because they're already set by the platform.
And the recommended authentication mode in that case is server-directed login flow. Instructions on how to configure your AAD application for that flow are here
You can also refer below similar GitHub issue:
https://github.com/microsoft/DurableFunctionsMonitor/issues/104
Please follow above suggested steps and let us know with an update.