-
Sub-task
-
Resolution: Won't Fix
-
Minor
-
None
-
2.4
-
MOODLE_24_STABLE
In order to support Shibboleth (authentication by Apache protected directory) and Oauth2 authentication we need to encapsulate the authentication_user_login from token.php into a auth plugin method. The idea is:
- for shibboleth, this method could contains a curl call that retrieve a user to be authenticated.
- for Oauth2, the method password parameter would contains an access token and the username an email address. With this two, the auth plugin contact Moodle to retrieve the user and authenticate it.
- has been marked as being related by
-
MDL-35998 New mobile menu: CSS url field + existing enable mobile web services
- Closed
- will help resolve
-
MOBILE-393 Add support for auth methods that forces the user to log-in in an external site (Shibboleth and custom plugins)
- Closed