OAuth User for Superset
IIn In order to use user authentication in Superset by an OpenLMIS instance an additional user has to be created in OpenLMIS. It is the specific superset user with authorizedGrantTypes
set to authorization_code
. Credentials for this user are in the settings.env file in the selv-v3-configuration repository.
Since 3.9 OLMIS version, it is also required to fill the redirecturi
column set to [superset url]/oauth-authorized/openlmis
value (example: 'https://reporting.test.selv.org.mz:8088/oauth-authorized/openlmis')
...