Set up and configure Microsoft sign-in for Metaview
Continue with Microsoft
option to create your account or to sign in with your work email.
offline_access
scope in Azure AD / Microsoft Graph, which allows Metaview to maintain access to a user’s account without asking them to sign in repeatedly.User.Read
: a Microsoft Graph delegated permission that allows reading the signed-in user’s basic profile (e.g., name, email, photo).Calendars.Read
permission via Microsoft Graph and allows Metaview to call these endpoints:
GET /me/calendars
to read the signed-in user’s calendarsGET /me/events
to read the signed-in user’s events