Bogdan Gavril
Bogdan Gavril
Fixes # **Changes proposed in this request** Hide `WithAuthority` methods. **Testing** **Performance impact** **Documentation** - [ ] All relevant documentation is updated.
Fixes #3670 **Changes proposed in this request** **Testing** **Performance impact** **Documentation** - [ ] All relevant documentation is updated.
See https://portal.microsofticm.com/imp/v3/incidents/details/331258498/home for details A multi-tenant service acquires tokens for users / service principals from various other tenants. The state of these tenants can be "bad", for example the tenant...
**Logs and network traces** Without logs or traces, it is unlikely that the team can investigate your issue. Capturing logs and network traces is described in [Logging wiki](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/wiki/logging). **Which version...
**Which Version of MSAL are you using ?** 4.20 Property https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/blob/929bef3d47a565848e71f80255ecca0cecaf5496/src/client/Microsoft.Identity.Client/TokenCache.cs#L107 is not supposed to be public / settable by developers. Developers have `.WithIosKeychain()` method exposed at app level and...
Id.Web provides higher level APIs for ASP.NET Core. This is a request to add support for ASP.NET classic.
This very advanced scenario is too complex to show here. Sample should be good enough.
This is a bug in your guidance See https://github.com/Azure/azure-event-hubs-spark/blob/master/docs/use-aad-authentication-to-connect-eventhubs.md ## Repro steps 1. Use service principals with Azure (with secret or with cert) 2. Ensure `AuthBySecretCallBack` gets called many times...
### MSAL client type Public, Confidential ### Problem Statement CIAM will support custom authorities, which will require MSAL to perform OIDC discovery of the endpoints. Blocked until we have a...
### Type of task? Test ### Description - web site - web api Observe DMA prompts. I recommend focusing on [web app](https://github.com/Azure-Samples/active-directory-aspnetcore-webapp-openidconnect-v2/tree/master) and testing: - chapter 1 - OIDC -...