Dudi Levy

Results 41 comments of Dudi Levy

Hi - I hope to assist here since I had the same issue and found the source of it -> and the right solution. The main issue is that there...

Hi @rayluo In general if there were two different APIs such as: ``` python def decode_token_to_claims(id_token: str) -> Optional[Dict[str, str]]: """ decode_id_token is a better name here but will break...

Here it is: https://github.com/dudil/fastapi_msal I've just published it so please consider it as early alpha :)

@pandichef - I'm trying to utilize docker images as a replacement to the virutalenv hell and pipenv becoming something obsolete. Your comment is surprising as I never thought of using...

@pandichef Totally agree with you on the points mentioned. I will also mention that poetry is really a mess of opinionated tools, and I don't like this opinion. Most notably,...

@uranusjr You are right on the point mentioned, appreciate the focus on the original request. I will add to the original thread, and hope you will find it useful (my...

> ## Session-less or bearer only > Your use case calls for a library that supports bearer only authentication. The underlying microsoft package msal is only intended to be used...

Hi @LucO77 , @SuperPommeDeTerre - Sorry for the long delay, had been very much occupied lately. had you also tried the template provided: https://github.com/dudil/ms-identity-python-webapp ? I will look into the...

Hi @philipsd6, Sorry for the delay, busy days. Can you please elaborate if you are trying to use AAD B2B or AAD B2C? From my experience they are different in...

Hi @philipsd6 - I wasn't around this project for a while. If this is still relevant, I published a more complete py365 package for handling the Microsoft Graph API, including...