In WSO2IS v4.6.0, the AuthnContextClassRef
value is hardcoded to urn:oasis:names:tc:SAML:2.0:ac:classes:Password
. In fact, the SAML SSO endpoint actually authenticates users via HTTPS by default and the AuthnContextClassRef
value in this case should be urn:oasis:names:tc:SAML:2.0:ac:classes:PasswordProtectedTransport
.
What's the best way to correct this or get this issue on WSO2's radar?