hguercan commented on issue #12363: URL: https://github.com/apache/iceberg/issues/12363#issuecomment-2759460421
> The real plan is to use the AuthManager. I am working on an auth manager for external IDPs with proper token refreshes using the `refresh_token` grant type, among other features. But I can't share any ETA for now. > > For now you need to disable token refreshes and use tokens that last long enough for the entire session lifespan. Thanks for your contribution first of all. Is the refresh_token grant type going to solve also the issue with Entra ID as I cant see any support in their documentation for "refresh_token" as grant type too?! Looking [here](https://learn.microsoft.com/en-us/entra/identity-platform/v2-oauth2-auth-code-flow) and in the sibling pages. I am using Spark and my Spark Session after the expiry of the token ends up in a JSON Parse exception as a html with the login page is received. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
