Bogdan Gavril

Results 799 comments of Bogdan Gavril

Sounds good to me to eliminate a source of confusion like this. But how can you "refactor this spread operator functionality" ?

Ack, no concern on my part as long as customers can keep using the operator. Sent from Outlook for iOS ________________________________ From: Robbie-Microsoft ***@***.***> Sent: Saturday, July 27, 2024 12:29:29...

1. Ok, so this code deals with all popular cert formats. That's great. But I don't get `makeSecureRequest` - what is the CA certificate? Remember that the code must work...

Hi @mynameispathak , thanks for the PR. Today, MSAL Go caches tokens in memory, associated with each ConfidentialClientApplication object. What are you trying to achieve that you cannot do with...

ADB2C is standards compliant - OAuth2 and OIDC standards. Any SDK which implements these standards can be used. Or you can make your own REST calls, but then you have...

~~Workaround is for the user to close the app and manually delete the lock file.~~

I think it is thread safe, but it does not support hundreds of threads, as you do here. Since each thread needs to lock the file, the contention is too...

Hi @christothes - do I understand correctly that Azure SDK has the same issue today? Is this blocking Azure SDK adoption of MSAL for MSI ?