I have ASP.net backend with NextJS frontend application.
I am using Azure AD for authentication.
Since yesterday I am getting CORS error on my API. I checked and found that a “client secret” expired in Azure app registration. I have create a new one but I have no idea where do I need to update this?
“Allow public client flow” under authentication is set to “No”
I checked all config files and the entire token flow, I could only see the application id an tenant id being used on both sides of the application.
I have not made any changes to this application and do not see any other issue except this expired client secret.