Symfony2 won't load custom authentication provider, loads DaoAuthenticationProvider

后端 未结 2 1701
鱼传尺愫
鱼传尺愫 2021-01-16 19:01

This is a continuation of my last question.

Hi,

I\'m implementing, in a Symfony2 application, a custom authentication provider in order to authentic

2条回答
  •  天涯浪人
    2021-01-16 19:44

    A had to create something like this a week ago. At the and, I created a custom user provider, where I simply call the api and with the response i create the user or not.

    I would advise to read this:

    http://symfony.com/doc/2.0/cookbook/security/custom_provider.html

提交回复
热议问题