You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
\SilverStripe\SAML\Helpers\SAMLHelper::binToStrGuid
is converting GUID to uppercase after binary conversion
but this applies only for option expect_binary_nameid = true
other options will use value from SAML as it was received (lowercase most likely)
there are related issues with that: #17 and #20
also there is pull request to normalize GUID before usage but there is still inconsistency in behavior ( #18 -> solve #17 )
expectation:
consistent behavior (one of upper or lower case guid) should be default for all options
The text was updated successfully, but these errors were encountered:
\SilverStripe\SAML\Helpers\SAMLHelper::binToStrGuid
is converting GUID to uppercase after binary conversion
expect_binary_nameid = true
there are related issues with that: #17 and #20
also there is pull request to normalize GUID before usage but there is still inconsistency in behavior ( #18 -> solve #17 )
expectation:
consistent behavior (one of upper or lower case guid) should be default for all options
The text was updated successfully, but these errors were encountered: