AzureAD / passport-azure-ad

The code for Passport Azure AD has been moved to the MSAL.js repo. Please open any issues or PRs at the link below.
https://github.com/AzureAD/microsoft-authentication-library-for-js/tree/dev/maintenance/passport-azure-ad
Other
420 stars 177 forks source link

How to send all the logs in to Frontend? #493

Closed anjiuidev closed 4 years ago

anjiuidev commented 4 years ago

Hi all,

is there any way to send all the logs information to the client(browser), right now all the logs are showing in the console of command window.

Thanks.

jennyf19 commented 4 years ago

@jasonnutter can you answer this one?

jasonnutter commented 4 years ago

@anjiuidev Since this is a middleware library that runs on the server, it is expected that the logs would show up in your console, as opposed to the browser, and there are no options in the library to enable that.

anjiuidev commented 4 years ago

@jasonnutter Thanks for your response, As you mentioned, I could able to see all the logs in the console, but my requirement is to show all the logs in the UI. Please suggest is there any workaround on this?

jasonnutter commented 4 years ago

@anjiuidev Unfortunately, I don't believe there are any possible workarounds in the library. There may be third-party libraries that will let you accomplish this, but I don't know any off-hand to recommend.