Configuring Gmail settings

📘 Instructions
Gmail Configuration settings:
Authentication Endpoint
The Authentication endpoint, where your app can send a user to authenticate with Azure AD and consent to the permissions the app needs.
User Profile Endpoint
The user profile which contains basic info, such as name, email, and timestamp of the user's latest login, in pre-defined attributes.
Token Endpoint
The token endpoint is where your app can get an access token once user consent has been granted.
Application Name
Name of your application (PrinterOn)
Client ID
The Client ID is a unique identifier for a browser–device pair that helps Google Analytics 4 link user actions on a site
Client Secret
The client secret is a secret known only to your application and the authorization server. It protects your resources by only granting tokens to authorized requestors.
Scope
Scopes are identifiers for resources that a client wants to access.
Default:
“https://www.googleapis.com/auth/gmail.modify”
NOTE: each scope needs to be listed with a space in between each.
Redirect URI
Determines where the response is sent. Redirect Uri should be the HTTP endpoint on your server that will receive the response from Google.
Not editable