DEV Community

Discussion on: How to use two different authentications systems for your Symfony application?

Collapse
 
geekabel profile image
Godwin

And how do we do when we want to authenticate with a web service? is it the same?

Collapse
 
minompi profile image
AlessandroMinoccheri

It's the same, you can create your own authentication service that call an external web service if you want.

Collapse
 
geekabel profile image
Godwin

Thanks , And in which function can I call my web service in your example?