spongessuck
spongessuck
I'm using Microsoft.Identity.Web.TokenCache but not the main package, as it's a .NET Framework app. My auth pipeline is done via OWIN. On Mon, Apr 25, 2022, 14:08 Jean-Marc Prieur ***@***.***>...
@jmprieur there are no guest accounts, this is a single-tenant app and it's all internal users.
For the third time, we do not have guest users. All of our users are in our tenant. On Fri, Sep 9, 2022, 06:52 Bogdan Gavril ***@***.***> wrote: > @spongessuck...
1. Yes, the ConfidentialClientApplication is a singleton. We don't have session state in our app so we can't keep an instance per session. 2. Yes, we get the account like...
Yes I'll try changing it to one per request. I probably won't have news for a little while as my team is busy with other things at the moment. On...
You should switch to the directive `uib-datepicker-popup` (or in your case `data-uib-datepicker-popup`) only if you're using UI Bootstrap 14.x. In any case, it looks like this v1.0.8 doesn't work for...
@cklemming This bug isn't affecting what I'm doing, so it's not a priority for me to fix. I'll certainly review/merge a PR that attempts to solve the issue.
@ryanquincypaul The stackoverflow post you cited is quite old. All modern browsers support Date.parse properly, and I don't want to replace what I have (which, as far as I know,...
I like the idea- is that a Bootstrap class or something you created? It looks nicer than giving them all a primary style. The end date style is a little...
Changing the binding to per-request instead of singleton has greatly reduced the issues our users are experiencing. The documentation should be updated to make it clear that sharing the CCA...