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
Copy file name to clipboardExpand all lines: docs/simplesamlphp-authsource.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,7 @@ The only function you need to implement is the `login($username, $password)`-fun
42
42
This function receives the username and password the user entered, and is expected to return the attributes of that user.
43
43
If the username or password is incorrect, it should throw an error saying so:
44
44
45
-
throw new \impleSAML\Error\Error('WRONGUSERPASS');
45
+
throw new \SimpleSAML\Error\Error('WRONGUSERPASS');
46
46
47
47
"[Implementing custom username/password authentication](./simplesamlphp-customauth)" describes how to implement username/password authentication using that base class.
0 commit comments