Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1441 ariadna 1
# core_auth (subsystem / plugintype) Upgrade notes
2
 
3
## 5.0.1
4
 
5
### Added
6
 
7
- A new method called `get_additional_upgrade_token_parameters` has been added to `oauth2_client` class. This will allow custom clients to override this one and add their extra parameters for upgrade token request.
8
 
9
  For more information see [MDL-80380](https://tracker.moodle.org/browse/MDL-80380)
10
 
11
## 5.0
12
 
13
### Removed
14
 
15
- Cas authentication is removed from core and added to the following git repository: https://github.com/moodlehq/moodle-auth_cas
16
 
17
  For more information see [MDL-78778](https://tracker.moodle.org/browse/MDL-78778)
18
- Removed auth_mnet plugin from core
19
 
20
  For more information see [MDL-84307](https://tracker.moodle.org/browse/MDL-84307)