Node-red-contrib-oauth2 no access token in response- email in O365

I am working to setup an emailer in office 365, one of the steps is to setup Oauth2

I have read the documentation and have done the following

  • registered with Microsoft Entra.
  • Created an access token
  • Created Application (client) ID and secret in MS Entra
  • Setup the Oauth node as per below

The reply back does not have the access token in the reply, I then want to put this in my email node.

Where am I going wrong?

Should you not get the token here:
https://login.microsoftonline.com/your tenant id/oauth2/token

OK I got it sorted you are correct, where was that wrote or where did it come from?