I am working on teams bot in node js i need to authenticate the user who invoke the message and get their access token to access the web api which use the same AAD can any one help me in this.
The Microsoft Graph Azure AD API should help you with managing Azure AD login and tokens.
You can also take a look at Authentication in bots for an overview of how auth works in the Bot Framework as well as related docs on setting up SSO.