How to implement Passport.js Azure AD Bearer Strategy ( OpenID ) in NestJS
Following the documentation for nestjs and passport I have the following implementation. I started with the default nest cli setup, nest new auth-test I then added an auth folder under the src folder where the aad-auth.gaurd, aad.strategy and auth.module below sit. I then added the new guard to the default route in the app.controller.ts I confirmed the Azure