skip to Main Content

Visual Studio Code – Could not find file [Filename]

I am getting error: Could not find file 'C:UsersUsersourcereposYoutubeSubtitlesYoutubeSubtitlesbinDebugnet7.0client_secrets.json'. However, I have this file in that directory And the code of how use this file: string filePath = Directory.GetCurrentDirectory() + "\client_secrets.json"; List<string> lines = File.ReadAllLines(filePath).ToList(); I've tried it with different…

VIEW QUESTION

Angular Authentication/Authorisation with Azure AD connecting to .net Core WebAPI

Followed countless tutorials regarding this scenario. https://learn.microsoft.com/en-us/azure/active-directory/develop/scenario-spa-app-registration https://learn.microsoft.com/en-us/samples/azure-samples/ms-identity-ciam-javascript-tutorial/ms-identity-ciam-javascript-tutorial-2-call-api-angular/ We have an Angular front end, talking to a .net core API. We have set up the application in Azure as an SPA, created roles, and assigned users to those roles. We…

VIEW QUESTION
Back To Top
Search