答案 0 :(得分:1)
您可以在资源所有者的options参数中编写它。 E.g:
# config.yml
resource_owners:
google:
type: google
client_id: "%google_client_id%"
client_secret: "%google_client_secret%"
scope: "email profile"
options:
hd: "yourdomain.com"
access_type: offline