Azure-Samples / active-directory-node-webapi

A NodeJS web API that is secured using Azure AD and OAuth 2.0 access tokens.
105 stars 64 forks source link

Adding client ID to the configuration #25

Closed archetypalsxe closed 4 years ago

archetypalsxe commented 6 years ago

Prior to this code, I was getting an error that the clientID cannot be null. Adding code to include the clientID in the configuration

acomsmpbot commented 6 years ago

No issues were found in this pull request.

msftclas commented 6 years ago

CLA assistant check
All CLA requirements met.

derisen commented 4 years ago

Closing this PR as there's a more recent sample here