Module: Teems::Services::OAuthUrlBuilder

Included in:
SafariOAuth
Defined in:
lib/teems/services/safari_oauth.rb

Overview

Builds OAuth authorize URLs for the Teams app registration

Constant Summary collapse

TEAMS_APP_ID =
'5e3ce6c0-2b1f-4285-8d4b-75ee78787346'
REDIRECT_URI =
'https://teams.microsoft.com/go'
AUTHORIZE_ENDPOINT =
'https://login.microsoftonline.com/%s/oauth2/authorize'