Edit /opt/shibboleth-idp/conf/handler.xml
<!-- Login Handlers --> <!-- ←Comment out (Disable RemoteUser handler) <ph:LoginHandler xsi:type="ph:RemoteUser"> <ph:AuthenticationMethod>urn:oasis:names:tc:SAML:2.0:ac:classes:unspecified</ph:AuthenticationMethod> </ph:LoginHandler> --> <snip> <!-- Username/password login handler --> ←Enable ID/Password handler <!-- --> <ph:LoginHandler xsi:type="UsernamePassword" jaasConfigurationLocation="file:///opt/shibboleth-idp/conf/login.config"> <ph:AuthenticationMethod>urn:oasis:names:tc:SAML:2.0:ac:classes:PasswordProtectedTransport</ph:AuthenticationMethod> </ph:LoginHandler> <!-- -->