Please change Like below in /public/scripts/config.js
var APPLICATION_CONFIG = {
clientID: "ENTER_YOUR_CLIENT_ID",
redirectUri: "https://localhost:8080/",
interactionMode: "popUp",
graphEndpoint: "https://graph.microsoft.com/v1.6/yourtenentid.onmicrosoft.com/me",
graphScopes: ["openid"]
};
And response_type should be id_token
then check.
Hope it will do.