From f6bc25a61d3da32ecbba0b7ed340f7337ca1d335 Mon Sep 17 00:00:00 2001 From: Dmitrii Metelkin Date: Mon, 22 Aug 2016 10:26:27 +1000 Subject: [PATCH] Fix service name in README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 87d4228..d975e4d 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Using 2. Enable and configure just installed plugin. Set required Mapping field, User key life time, IP restriction and Logout redirect URL. 3. Enable web service advance feature (Admin > Advanced features), more info http://docs.moodle.org/en/Web_services 4. Enable one of the supported protocols (Admin > Plugins > Web services > Manage protocols) -5. Create a token for a specific user and for the service 'Request login URL Service' (Admin > Plugins > Web services > Manage tokens) +5. Create a token for a specific user and for the service 'User key authentication web service' (Admin > Plugins > Web services > Manage tokens) 6. Configure your external application to make a web call to get login URL. 7. Redirect your users to this URL to be logged in to Moodle. @@ -60,7 +60,7 @@ For example XML-RPC (PHP structure) description for different mapping field sett Please navigate to API documentation to get full description for "auth_userkey_request_login_url" function. e.g. http://yourmoodle.com/admin/webservice/documentation.php -You can amend login URL by "wantsurl" parameter to redirect user after theu logged in to Moodle. +You can amend login URL by "wantsurl" parameter to redirect user after they logged in to Moodle. E.g. http://yourmoodle.com/auth/userkey/login.php?key=uniquekey&wantsurl=http://yourmoodle.com/course/view.php?id=3