Configure Google OAuth
See the Add authorization server section in Manage authorization server topic to add a new authorization server. For settings specific to Google OAuth, refer to the following table:
Setting | Description |
---|---|
Authorization endpoint URL | The URL to get an authorization code from the Google server.
For example: https://accounts.google.com/o/oauth2/auth |
Token endpoint URL | The URL to get the respective OAuth token information.
For example: https://oauth2.googleapis.com/token |
IMAP scopes | Enter the scopes required for the IMAP protocol.
For example: https://mail.google.com&prompt=consent&access_type=offline |
POP3 scopes | Enter the scopes required for the POP3 protocol.
For example: https://mail.google.com&prompt=consent&access_type=offline |