We are having SAML users failing to login, and on investigation we have identified that it is because they use Windows HELLO for Business
We have dug into the issue, and the only solution we can find is to manually remove the following lines from the AuthnRequest::__construct() constructor method
<samlp:RequestedAuthnContext $authnComparisonAttr>
<saml:AuthnContextClassRef>urn:oasis:names:tc:SAML:2.0:ac:classes:PasswordProtectedTransport</saml:AuthnContextClassRef>
</samlp:RequestedAuthnContext>
We obviously don't want to manually make changes to your library so this ticket is to understand:
- whether there is an option we are not aware of to enable users using Windows HELLO for Business to log in; or
- you could release an enhancement which includes support for Windows HELLO for Business logins
Thanks so much!
We are having SAML users failing to login, and on investigation we have identified that it is because they use Windows HELLO for Business
We have dug into the issue, and the only solution we can find is to manually remove the following lines from the AuthnRequest::__construct() constructor method
We obviously don't want to manually make changes to your library so this ticket is to understand:
Thanks so much!