Closed derek-pryor closed 6 years ago
Currently the OIDC_PROVIDERS['KeyCloak']['behaviour']['scope'] variable can be overridden to increase the data that is sent back by the OIDC provider, but there is no way for the user to get access to the data during the login process.
OIDC_PROVIDERS['KeyCloak']['behaviour']['scope']
Added scope argument to configure_oidc() call and helper function UPDATE_USER_DATA that can point to a custom function to handle the new scope values.
scope
configure_oidc()
UPDATE_USER_DATA
Currently the
OIDC_PROVIDERS['KeyCloak']['behaviour']['scope']
variable can be overridden to increase the data that is sent back by the OIDC provider, but there is no way for the user to get access to the data during the login process.