I am setting up auto access token management like this: services.AddAccessTokenManagement(options => { options.Client.Clients.Add
I am following https://dotnet.microsoft.com/learn/dotnet/hello-world-tutorial/create When I try to create a project, I get the following: oskar@oskarslaptop:~/P