mvertopoulos / vue-msal

Vue plugin for using Microsoft Authentication Library (MSAL)
MIT License
123 stars 66 forks source link

Use authority instead of tenantName and tenantId #22

Closed allfro closed 4 years ago

allfro commented 4 years ago

This commit fixes an assumption that the authority will always be a combination of the tenantId and tenantName.

allfro commented 4 years ago

Fixes concerns from #17 related to authority config

mvertopoulos commented 4 years ago

Hi @allfro .

Thank you for your contribution.

Unfortunately in order to avoid braking changes I made a similar fix with commit https://github.com/mvertopoulos/vue-msal/commit/7bf71601108a0c5de160b75d81336623685640a9.

Also take a look at my comment on issue #11 .

Thanks.