[AMOS commit] MDL-58943 oauth2: Added nextcloud to standard issuers Committed into Git: 2018-08-16 12:53 UTC

[AMOS commit] MDL-58943 oauth2: Added nextcloud to standard issuers Committed into Git: 2018-08-16 12:53 UTC

by AMOS bot -
Number of replies: 0
Author: Tobias Reischmann
MDL-58943 oauth2: Added nextcloud to standard issuers
* New button allows to create standard issuer for nextcloud
* Since the endpoints url has to be https and nextcloud relys on the
baseurl to create the endpoints, the baseurl of issuers has now to be
https as well (or empty).
* Google's baseurl was changed to https (there was no reason not to),
whereas Facebook and Microsoft baseurls remain empty.
* In case of the creation of a nextcloud issuer, the baseurl is
required.
* Nextcloud requires the baseurl, therefore a parameter is added to
create_standard_issuer($type, $baseurl = false). That parameter not
required (or used) for anything but Nextcloud.


http://git.moodle.org/gw?p=moodle.git;a=commit;h=3e3e120d3a1916b41333fe3bdfc202651a0ce781
http://github.com/moodle/moodle/commit/3e3e120d3a1916b41333fe3bdfc202651a0ce781

+ 3.6 en [createnewnextcloudissuer,tool_oauth2]