yapnel commented on issue #2373: URL: https://github.com/apache/polaris/issues/2373#issuecomment-3207030645
Hi @adutra , Thank you for the excellent guide on setting up the external Identity Provider. I've followed the steps, and the configuration is working successfully on my end. I'm now trying to configure Trino to connect to Polaris using this external IDP. Could you please advise on the necessary changes to the existing configuration? I currently have the setup for the Polaris **internal** OAuth/token endpoint and would appreciate any insights on how to adapt it for the external IDP. Thanks again for your help. BTW - i have also managed to get Auth0 working too by mirroring Keycloak. Best regards, Nelson ` connector.name=iceberg iceberg.catalog.type=rest iceberg.rest-catalog.uri=http://polaris:8181/api/catalog/ iceberg.rest-catalog.warehouse=polariscatalog iceberg.rest-catalog.vended-credentials-enabled=true iceberg.rest-catalog.security=OAUTH2 iceberg.rest-catalog.oauth2.credential=root:s3cr3t iceberg.rest-catalog.oauth2.scope=PRINCIPAL_ROLE:ALL ` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@polaris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org