Matteo Alessandroni

Results 2 issues of Matteo Alessandroni

Hi, this is my configuration: ```yml hive-server: container_name: hive-server image: bde2020/hive:2.3.2-postgresql-metastore env_file: - ./hive_build/hadoop-hive.env environment: HIVE_CORE_CONF_javax_jdo_option_ConnectionURL: "jdbc:postgresql://hive-metastore/metastore" SERVICE_PRECONDITION: "hive-metastore:9083" ports: - "10000:10000" hive-metastore: container_name: hive-metastore image: bde2020/hive:2.3.2-postgresql-metastore env_file: - ./hive_build/hadoop-hive.env...

Hi, is it possibile to configure the `redirect_uris` field of the provider in order to let my application correctly redirect after OAuth authentication and prevent the `"error_description": "redirect_uri did not...