-
Type:
Problem report
-
Resolution: Unresolved
-
Priority:
Trivial
-
None
-
Affects Version/s: 8.0.0beta1
-
Component/s: None
-
None
Steps to reproduce:
- Open Users > Authentication
- Enable SAML authentication and save following configuration:
- SSO service URL: test.com
- Encrypt > Name: checked
- Observe: saved without errors
- Try to open login page index_sso.php when logged out
Result:
Error is displayed related to wrong configuration

Expected:
URL - either increase constrain for inline validation or alter checkIdPSettings and logic to support urls without http(s) at start.
For other validation depends on server settings and can't be modified in form so that values are valid. I would say that here would good logic would be to at least display error message if user tries to save it as enabled.
API validation should also be extended probably.