simplesamlphp-module-drupalauth
simplesamlphp-module-drupalauth copied to clipboard
simpleSAMLphp module that turns Drupal site into IdP(Identity Provider)
This was previously reported in #75 but closed as outdated, however it is still an issue. When certain caches are cold or stale, it is possible for them to be...
We need a little more flexibility on how attributes are generated and I'd assume this isn't unusual. #95
**Describe the bug** When Two-factor Authentication (TFA) is enabled for a Drupal account, it will generate SAML error when redirecting to TFA screen. **To Reproduce** Steps to reproduce the behavior:...
When `drupal_bootstrap()` is invoked, Drupal's exception handler (`_drupal_exception_handler()`) replaces SimpleSamlPHP's exception handler (`SimpleSAML_exception_handler()`). - When an invalid SSO request is received, SimpleSamlPHP throws an Exception. - This is caught by...
Implement https://github.com/drupalauth/simplesamlphp-module-drupalauth/pull/51 changes for Drupal 7 version.
By following https://bestpractices.coreinfrastructure.org/en/projects/2833 recommendations
DrupalHelper.php has shifted location.
This was raised multiple times, in the linked in the linked in the changelog issues, yet was completely overlooked by me.
Adds SetAttributesEvent Event that happens after attributes are created. This allows us to update the attributes in a Drupal Module by subscribing to this event. Also changes two methods in...