Just noting here, we ran into this error:
Authentication method 'MultiFactor, PasswordlessPhoneSignIn' by which the user authenticated with the service doesn't match requested authentication method 'Password, ProtectedTransport'
Disabling the "Specify authentication context" option as outlined above resolved the issue.
See https://github.com/SAML-Toolkits/php-saml README:
// Authentication context.
// Set to false and no AuthContext will be sent in the AuthNRequest.
// Set true or don't present this parameter and you will get an AuthContext 'exact' 'urn:oasis:names:tc:SAML:2.0:ac:classes:PasswordProtectedTransport'.
// Set an array with the possible auth context values: array ('urn:oasis:names:tc:SAML:2.0:ac:classes:Password', 'urn:oasis:names:tc:SAML:2.0:ac:classes:X509').
'requestedAuthnContext' => false,
duncancm β made their first commit to this issueβs fork.
Hi there, I think there is some discrepancy on this page...the docs say that
When a new major version is released, a corresponding minor version with the same API is released for the previous major version. This begins the Long-Term Support (LTS) phase.
However the release image, although a sample, clearly has the LTS phase starting with 12.1 instead of 12.0.
duncancm β changed the visibility of the branch 10.3.x to hidden.
duncancm β changed the visibility of the branch 10.3.x to active.
Yes, just had this realization when looking at the code that this is a processor and probably needs to be enabled.
duncancm β made their first commit to this issueβs fork.
Thanks, @sarwan_verma. That does work for me.
I'm on Drush 12.5.2.0
duncancm β created an issue.
duncancm β created an issue.
benjifisher β credited duncancm β .
benjifisher β credited duncancm β .