Skip to content
Release: Australia · Updated: 2026-03-12 · Official documentation · View source

Third-party OAuth Provider form

The Third-party OAuth Provider form includes OAuth provider details such as the client ID and client secret for personal authentication.

FieldDescription
NameUnique name to identify the OAuth provider. For example, Microsoft Exchange Online_personalAuth.
Client IDClient ID created during the app creation in Microsoft Azure.
Client SecretThe password that you generated when creating the app in Microsoft Azure.
Default Grant TypeGrant type used to establish the token. Select Authorization Code.
Authorization URLOAuth authorization code endpoint. Enter https://login.microsoftonline.com/<tenant_id>/oauth2/v2.0/authorize.
Token URLOAuth server token endpoint. Enter https://login.microsoftonline.com/<tenant_id>/oauth2/v2.0/token >.
Redirect URLOAuth callback endpoint. The URL is automatically filled as https://<instance-name>.service-now.com/oauth_redirect.do.