gopidesupavan commented on PR #47432: URL: https://github.com/apache/airflow/pull/47432#issuecomment-2721239296
> > Is there any reason each auth manager has its own login page? > > I have thought about another idea, if we have one login page that runs on main app then, we could use `/auth/token/` endpoint to retrieve the token and can be stored easily in the localStorage. WDYT? > > Yes each auth manager needs to implements its own login mechanism. In the future we might want to implement KeyCloak auth manager. Most likely KeyCloak will have its own login view and we will redirect to that page. You can also imagine some auth manager (most likely private) with no login form, only relying on information from the request (such as LDAP group etc). Cool thanks got it. -- 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]
