Account created on 2 October 2016, over 8 years ago
#

Merge Requests

Recent comments

πŸ‡¨πŸ‡¦Canada duncancm

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,

πŸ‡¨πŸ‡¦Canada duncancm

duncancm β†’ made their first commit to this issue’s fork.

πŸ‡¨πŸ‡¦Canada duncancm

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. 

πŸ‡¨πŸ‡¦Canada duncancm

Yes, just had this realization when looking at the code that this is a processor and probably needs to be enabled.

πŸ‡¨πŸ‡¦Canada duncancm

Thanks, @sarwan_verma. That does work for me.

πŸ‡¨πŸ‡¦Canada duncancm

I'm on Drush 12.5.2.0

πŸ‡¨πŸ‡¦Canada duncancm

fix grammar and spelling

πŸ‡¨πŸ‡¦Canada duncancm

clean up grammar and spelling

Production build 0.71.5 2024