Multiple Authentication sources

Created on 12 April 2017, about 7 years ago
Updated 6 June 2024, 22 days ago

Currently it supports only one authentication source(one IDP) and one set of attributes to sync.

Simplesaml supports multiple IDP'S for a given SP. currently i could not find a way to configure multiple authentication sources along with set of attributes for sync.

Do you have any plans to have this feature?

Thanks,
Anil

✨ Feature request
Status

Needs work

Version

4.0

Component

Code

Created by

πŸ‡ΊπŸ‡ΈUnited States mamidi.anil@gmail.com

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

  • Open in Jenkins β†’ Open on Drupal.org β†’
    Core: 9.5.5 + Environment: PHP 7.4 & MySQL 5.7
    last update 4 months ago
    19 pass, 2 fail
  • πŸ‡ΊπŸ‡ΈUnited States kkohlbrenner Saint Louis, MO

    We are currently running the 4.x version of SimpleSAMLphp_auth module because we are on Drupal 10 and the 4.x version currently only supports D10.

    Despite 8.x-3.x-dev being targeted, patches #15 and #16 apply successfully the 4.x branch. Like @dgaspara, we need to support multiple auth sources / service providers so #16 provided functionality we wanted. However, after applying the patch in #16, we ran into issues, so I rerolled the patch and also included an interdiff.

    I took a slightly different approach from #16 regarding implementation, so open to feedback!

    I'm also updating the target branch :)

  • The last submitted patch, 18: simplesamlphp_auth-2869107-18.patch, failed testing. View results β†’
    - codesniffer_fixes.patch Interdiff of automated coding standards fixes only.

  • πŸ‡ΊπŸ‡ΈUnited States kkohlbrenner Saint Louis, MO

    Updating the patch, including an interdiff between previous patch. In the previous patch, SimplesamlphpAuthManager::externalAuthenticate() was not updated to account for the dynamic $sp when multiple authsources are configured. This new patch solves for this and externalAuthenticate(), when called in the Controller with a dynamic $sp value, will send the argument to the externalAuthenticate() method which executes ::getSimpleSamlInstance() with the $sp argument.

    Notably, the patch does not include tests, because, well, time constraints.

  • πŸ‡¨πŸ‡³China fishfree

    @kkohlbrenner After patching, I still found nowhere to configure multiple authsources in Drupal.

Production build 0.69.0 2024