You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am currently running airflow 3.0.2 on local machine, enabled Azure SSO via FAB Manager. I found that its not support multi-auth, like enabling username/password and Azure SSO in the same time. Checked around the document, its mentioning how to create a JWT token for public API with username/password, but seems no any about using public api with azure sso.
Create a service principal and generate JWT to call airflow public api, but getting {base_auth_manager.py:105} ERROR - JWT token is not valid: The specified alg value is not allowed error
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Everyone,
I am currently running airflow 3.0.2 on local machine, enabled Azure SSO via FAB Manager. I found that its not support multi-auth, like enabling username/password and Azure SSO in the same time. Checked around the document, its mentioning how to create a JWT token for public API with username/password, but seems no any about using public api with azure sso.
Create a service principal and generate JWT to call airflow public api, but getting
{base_auth_manager.py:105} ERROR - JWT token is not valid: The specified alg value is not allowed
errorAirflow version: 3
Image Version: 3.0.2
Beta Was this translation helpful? Give feedback.
All reactions