Afeedh Shaji
Afeedh Shaji
Hello. @rayluo We have a working implementation of Integrated Windows Authentication flow with MSAL python. Do we think we can get it merged if we raise a PR?
@bgavrilMS Even if we go with the broker approach, I believe we still have to interactively authenticate once the first time and the subsequent token calls are silent. We would...
@bgavrilMS Oh, that's great. We'd need to evaluate with the team about getting the pre-consent though. As I've been reading about the broker authentication, in mobile devices Microsoft Authenticator /...
@rayluo @bgavrilMS Integrated Windows Authentication works in our Linux environment btw. We have Kerberos authentication enabled in our Linux hosts which works with our ADFS (It's a custom built solution...
If we're on the same page here, shall we revisit the comment in https://github.com/AzureAD/microsoft-authentication-library-for-python/issues/31#issuecomment-1750114780 to see if the IWA changes could be merged to upstream?
@bgavrilMS Should I go ahead and raise a PR then?
Hey (@bgavrilMS / @rayluo), checking in here for an update.
@rayluo Sounds good. Will do.
@velulev Sorry, was caught up with some work at work :p. I'll try to spin up something in 2 weeks.
@velulev As promised, I have raised a PR: https://github.com/AzureAD/microsoft-authentication-library-for-python/pull/652. I'm not 100% sure if this will work in your environment and it's heavily based on the Java MSAL IWA flow...