-
Improvement
-
Resolution: Fixed
-
Minor
-
3.11.4, 4.0
-
MOODLE_311_STABLE, MOODLE_400_STABLE
-
MOODLE_401_STABLE
-
master_
MDL-73122 -
You can configure your Oauth provider to send various pieces of user data at auth time into Moodle. You can also map that data to user profile fields in Moodle.
However, on the Oauth provider side there is often a difference between the "name" that is displayed in the provider UI for a particular field and the "encoded name" that is sent at auth time. e.g "organisation name" as "org name". This makes it very hard to see what data is being sent so it can be mapped.
Solve this by having a test page in the authentication page so administrators can see the data that is passed back on a successful auth.
We do a very similar thing in the auth_saml2 plugin.
- will help resolve
-
MDL-61789 Allow to choose custom profile fields from oAuth2 field mappings
- Closed