使用 hwi / oauth-bundle 连接到 gmail
Connect to gmail using hwi / oauth-bundle
我正在使用 hwi-oauth bundle 登录社交网络帐户,但我在登录 gmail 时遇到问题,当我已经连接到网络时,应该直接进入第一个屏幕系统,这发生在连接 facebook 时。但是当我连接 Gmail 时,它总是要求允许该应用程序,而不是第一次。任何人都知道为什么 gmail 总是请求许可?这是我系统上的设置,还是 gmail 帐户中的设置?
尝试在您的资源所有者配置中将 approval_prompt
参数设置为 auto
。默认值应为 force
.
示例:
hwi_oauth:
firewall_name: main
resource_owners:
google:
type: google
client_id: xxxxxxxxxxxx.apps.googleusercontent.com
client_secret: vX6qyxxxxxxxxxxxxxxI6Qn7
scope: "https://www.googleapis.com/auth/userinfo.email https://www.googleapis.com/auth/userinfo.profile"
options:
approval_prompt: auto
我正在使用 hwi-oauth bundle 登录社交网络帐户,但我在登录 gmail 时遇到问题,当我已经连接到网络时,应该直接进入第一个屏幕系统,这发生在连接 facebook 时。但是当我连接 Gmail 时,它总是要求允许该应用程序,而不是第一次。任何人都知道为什么 gmail 总是请求许可?这是我系统上的设置,还是 gmail 帐户中的设置?
尝试在您的资源所有者配置中将 approval_prompt
参数设置为 auto
。默认值应为 force
.
示例:
hwi_oauth:
firewall_name: main
resource_owners:
google:
type: google
client_id: xxxxxxxxxxxx.apps.googleusercontent.com
client_secret: vX6qyxxxxxxxxxxxxxxI6Qn7
scope: "https://www.googleapis.com/auth/userinfo.email https://www.googleapis.com/auth/userinfo.profile"
options:
approval_prompt: auto