Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save stefanozanella/0e436fd29f3ecc9523219b0238714da9 to your computer and use it in GitHub Desktop.
Save stefanozanella/0e436fd29f3ecc9523219b0238714da9 to your computer and use it in GitHub Desktop.
spring:
security:
oauth2:
client:
registration:
hubspot:
authorization-grant-type: authorization_code
client-id: your-client-id
client-secret: your-client-secret
redirect-uri: https://yourlocal.app/oauth2/callback/hubspot
client-authentication-method: client_secret_post
scope: crm.objects.leads.read, settings.users.read
provider:
hubspot:
authorization-uri: https://app-eu1.hubspot.com/oauth/authorize
token-uri: https://api.hubapi.com/oauth/v1/token
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment