This repository was archived by the owner on Aug 29, 2025. It is now read-only.
This repository was archived by the owner on Aug 29, 2025. It is now read-only.
AuthenticationOptions to cover multi-tenant/multi-app scenarios #22
Consider using a dictionary of
AuthenticationOptionsto cover multi-tenant/multi-app scenarios since we are persisting the options on disk. The key to each element (AuthenticationOptions) can be a combo ofclientId+tenantId, something similar to what MSAL does with HomeAccountId in a token cache.Originally posted by @peombwa in #21 (comment)