Reputation: 537
I am looking at adding a wiki to my Symfony2 website. After a bit of research, MediaWiki looks to be my best bet.
Has anyone written a plugin to allow the FOS Userbundle to process the Auth on the MediaWiki side?
I have noticed I can write my own, but I am not sure how to do that on the controller side. If no one has written a plugin, how to I link the MediaWiki Auth Extention and the FOS Entity? I am quite happy with a list of links for this one.
Upvotes: 2
Views: 491
Reputation: 1746
I suggest to check list of hooks available at MediaWiki, like UserLoadFromSession It will allow to trigger your current authentication system.
IMHO, you have three types of integration:
Upvotes: 1