github.com/versent/saml2aws@v2.17.0+incompatible/pkg/provider/shibboleth/README.md (about)

     1  # Shibboleth provider
     2  
     3  ## Instructions
     4  
     5  Uses default Shibboleth 3.3 pathing for the entry point.
     6  e.g. if url is "https://idp.example.com" and the aws_urn is the default, this will construct the following URL to use.
     7  https://idp.example.com/idp/profile/SAML2/Unsolicited/SSO?providerId=urn:amazon:webservices
     8  
     9  ## Features
    10  
    11  * Prompts for Duo MFA when logging in when "mfa" is set to Auto. Options are Duo Push, Phone Call, and Passcode.
    12  
    13  ## Limitations
    14  
    15  * Has only been tested with Shibboleth 3.3 with Duo MFA enabled.