Trying to use HWIOAuthBundle
No route found for "GET /connect"
404 Not Found - NotFoundHttpException
1 linked Exception: ResourceNotFoundException »
Trying to use HWIOAuthBundle
No route found for "GET /connect"
404 Not Found - NotFoundHttpException
1 linked Exception: ResourceNotFoundException »
try to import more bundle routes into your app routing, not only the redirect.xml:
hwi_oauth_security:
resource: "@HWIOAuthBundle/Resources/config/routing/login.xml"
prefix: /connect
hwi_oauth_connect:
resource: "@HWIOAuthBundle/Resources/config/routing/connect.xml"
prefix: /connect
hwi_oauth_redirect:
resource: "@HWIOAuthBundle/Resources/config/routing/redirect.xml"
prefix: /connect