binarycat0 commented on issue #572:
URL: https://github.com/apache/polaris/issues/572#issuecomment-3570204343

   Hello @sohanh 
   I wonder If you have time to try to implement AuthN flow though External IDP 
like Keycloak before @jbonofre create a PR?
   
   GIVEN Keycloak is configured as an identity provider for the Polaris Console
   WHEN a user opens the sign-in page
   THEN the user should see the option “Sign in with Keycloak”
   AND authentication should be completed via Keycloak
   
   ---
   If you need extra details, or you face any difficulties with 
polaris+ketcloak setup, feel free to reach to me in DM in slack.
   
   [Here is a working example how to start Polaris + Keyclock locally using 
`docker 
compose`](https://polaris.apache.org/releases/1.2.0/getting-started/using-polaris/keycloak-idp/).
   
   Endpoint for retrieving auth token:
   - internal - `/api/v1/oauth/tokens`
   - keycloak - 
`http://keycloak:8080/realms/{realm_name}/protocol/openid-connect/token`
     - ex: realm_name = iceberg
   
   [Ex: Retrieving token from 
keycloack](https://polaris.apache.org/releases/1.2.0/getting-started/using-polaris/keycloak-idp/#from-keycloak)
   


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to