simplesamlphp / simplesamlphp-module-adfs

This module adds support for WS-Federation
GNU Lesser General Public License v2.1
5 stars 5 forks source link

ADFS Module

Build Status Scrutinizer Code Quality Coverage Status Type coverage

Install

Install with composer

    vendor/bin/composer require simplesamlphp/simplesamlphp-module-adfs

Configuration

Next thing you need to do is to enable the module: in config.php, search for the module.enable key and set adfs to true:

     'module.enable' => [
          'adfs' => true,
          …
     ],

View samples in metadata-templates for defining your idp and any relying parties/sps.

Tips for admins new to WS-Fed