dimas-b commented on issue #791: URL: https://github.com/apache/polaris/issues/791#issuecomment-2670482005
As for the token refresh process in general, the flows that involve the `/token` endpoint from the Iceberg REST API spec are effectively deprecated, because the endpoint is deprecated. If OAuth2 were in use (hypothetically), then the token refresh is a concern between the Client and the Authorization Server, not between the Client and the Resource Server (i.e. Polaris). IIRC, this was actually one of the reasons for deprecating the `/token` endpoint in the REST spec. -- 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]
