gschuurman commented on code in PR #41360:
URL: https://github.com/apache/airflow/pull/41360#discussion_r1770850672
##########
airflow/providers/fab/auth_manager/security_manager/override.py:
##########
@@ -2571,11 +2571,12 @@ def _get_microsoft_jwks(self) -> list[dict[str, Any]]:
def _decode_and_validate_azure_jwt(self, id_token: str) -> dict[str, str]:
verify_signature =
self.oauth_remotes["azure"].client_kwargs.get("verify_signature", False)
+ claims_options =
self.oauth_remotes["azure"].client_kwargs.get("claims_options", None)
Review Comment:
Agree I will add the documentation in the provider documents
--
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]