必须配置路径“ hwi_oauth”中的子节点“ resource_owners”

时间:2018-07-21 17:07:51

标签: php symfony login oauth hwioauthbundle

我在我的symfony应用程序中使用HWIOAuthBundle,并且遵循了它们的以下文档。 https://github.com/hwi/HWIOAuthBundle

我被困在一个地方。作为资源所有者,我使用了google,并且在运行应用程序时出现了此错误

必须配置路径“ hwi_oauth”中的子节点“ resource_owners”。

以下是我的代码示例。有人可以帮我解决这个问题。

image is in this link

1 个答案:

答案 0 :(得分:0)

尝试一下:

hwi_oauth:
    resource_owners:
        any_name:
            type:                google
            client_id:           12345678910                //your client Id
            client_secret:       012345678910               //your client secret