How to integrate SAML policies with Drupal portal?

Use Case: I want to enforce the authorisation through SAML authorisation assertions.

0 1 123
1 REPLY 1

Drupal roles are used to allow users access to content / API Products.

SimpleSamlPHP Auth module allows role assignment based on attributes returned.

Please look through the "Automatic role population from simpleSAMLphp attributes" field in the configuration page.

Here is some documentation on how to setup SimpleSAMLPhp authentication with Apigee Kickstart.