ms::Authorize method get_user_data (protected)
<instance of ms::Authorize> get_user_data [ -token token ]
Defined in packages/xooauth/tcl/ms-procs.tcl
Get data via the provided token (which comes from the "id_token"). In case of an error or incomplete data, add this information the result dict. See here for AD claim sets: https://learn.microsoft.com/en-us/azure/active-directory/develop/active-directory-optional-claims The error codes returned by Azure are defined here: https://learn.microsoft.com/en-us/azure/active-directory/develop/reference-error-codes Extra errors for OpenACS are prefixed with "oacs-"
- Switches:
- -token (optional)
- Returns:
- return a dict containing the extracted fields
- Testcases:
- No testcase defined.