Module: Teems::Services::OidcRefresh

Included in:
TokenRefresher
Defined in:
lib/teems/services/token_refresher.rb

Overview

OIDC refresh: exchange refresh_token for new access tokens via Entra ID

Constant Summary collapse

OIDC_TOKEN_ENDPOINT =
'https://login.microsoftonline.com/%s/oauth2/v2.0/token'
GRAPH_SCOPE =
'https://graph.microsoft.com/.default'
SKYPE_SCOPE =
'https://api.spaces.skype.com/.default'