DancerCon 2016 Sponsorship
Greetings Dancer Enthusiast, We are closing in fast on the 2016 Perl Dancer Conference (DancerCon) held this year in Vienna, Austria September 20 - 22. Sponsoring DancerCon is an opportunity to present your company or association to an international audience of Perl, Dancer and DBIx:Class related developers and business owners. We have a great cast of speakers ( https://www.perl.dance/speakers ) from the #dancer community this year including core developers Sawyer X, Stefan Hornburg (racke), Mickey Nasriachi (mickey), Jason Crome (chromosome) and Peter Mottram (SysPete). 2016 has already been a very exciting year for Dancer. This May, Dancer2 0.200000 brought us the long awaited updates to the Dancer2 plugin architecture. A lot of the momentum for this release was the result of last years conference and the continued hard work of many. If your company uses Dancer or is considering it in the future please take a moment and look over our sponsorship page for ideas. Alternatively contact us directly at 2016@perl.dance and we can come up with a custom package for you. Thank You, Sam Batschelet 2016 Perl Dancer Conference http://perl.dance | 2016@perl.dance Powered By Dancer2!
Hi all, Does Dancer2 have any plug-ins to facilitate authentication/authorisation using Active Directory Federation Services (ADFS) as an identity provider? I’d like to use ADFS control authentication, and authorisation using Active Directory security groups. Thanks MJ
On 07/02/2016 12:37 PM, mark jones wrote:
Hi all,
Does Dancer2 have any plug-ins to facilitate authentication/authorisation using Active Directory Federation Services (*ADFS*) as an identity provider? I’d like to use ADFS control authentication, and authorisation using Active Directory security groups.
Does ADFS use a different interface than AD itself? As far as I know you can use LDAP queries to perform AD authentication, and there are at least two modules on CPAN related to that: https://metacpan.org/pod/Dancer2::Plugin::Auth::ActiveDirectory https://metacpan.org/pod/Net::LDAP::Class::User::AD Regards Racke -- Please visit our 3rd Perl Dancer Conference 2016 in Vienna: https://www.perl.dance/.
Thanks, I’ve used Net::LDAP before but wasn’t sure whether it would work with ADFS, I’ll give it a go. MJ
On 2 Jul 2016, at 11:58, Stefan Hornburg (Racke) <racke@linuxia.de> wrote:
On 07/02/2016 12:37 PM, mark jones wrote:
Hi all,
Does Dancer2 have any plug-ins to facilitate authentication/authorisation using Active Directory Federation Services (*ADFS*) as an identity provider? I’d like to use ADFS control authentication, and authorisation using Active Directory security groups.
Does ADFS use a different interface than AD itself?
As far as I know you can use LDAP queries to perform AD authentication, and there are at least two modules on CPAN related to that:
https://metacpan.org/pod/Dancer2::Plugin::Auth::ActiveDirectory https://metacpan.org/pod/Net::LDAP::Class::User::AD
Regards Racke
-- Please visit our 3rd Perl Dancer Conference 2016 in Vienna: https://www.perl.dance/.
_______________________________________________ dancer-users mailing list dancer-users@dancer.pm http://lists.preshweb.co.uk/mailman/listinfo/dancer-users
participants (3)
-
mark jones -
Sam Batschelet -
Stefan Hornburg (Racke)