SPS Team has settled on an approach to get to the Airflow endpoint/service via the SS proxy (MDPS URL), and has got rid of their internal credentials check. They want to still be able to figure out what roles (i.e. Cognito user groups) are associated with the user that has accessed their Airflow service.
Integrate a script or some other means that will allow them to access roles presumably from the JWT token.
mod_auth_openidc adds request headers that represent the Cognito groups (one CSV header).
Acceptance Criteria: