Mid Azure How does authentication work with Azure AD? Users authenticate via OAuth 2.0 / OpenID Connect.Azure AD issues tokens (ID token, access token, refresh token).Tokens are validated by the app to authorize access.