Yes, 100%.

On 2025/03/03 17:33:55 Ash Berlin-Taylor wrote:
> So is the auth manager involved in interpreting the JWT token in to something 
> more meaningful in order to make permission decisions etc then?
> 
> > On 3 Mar 2025, at 16:38, Vincent Beck <vincb...@apache.org> wrote:
> > 
> > JWT token created by FAB auth manager:
> > ```
> > {
> >     "id": "12345789"
> > }
> > ```
> > 
> > JWT token created by simple auth manager:
> > ```
> > {
> >     "username": "Test",
> >     "role": "Admin"
> > }
> > ```
> 
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@airflow.apache.org
For additional commands, e-mail: dev-h...@airflow.apache.org

Reply via email to