Tiago Brenck

Results 18 comments of Tiago Brenck

@CesarD I had the same problem that you described, and my workaround was a directive that treats the bug. Here is what the directive looks like: ```javascript .directive("undefinedDate", () =>...

We have also changed the scope to `access_as_user` recently. Can you make sure that your repository is updated?

The current version still not using `tfp` to hold the policy value. I think this is quite a must update because the policies are not in sync with B2C claims...

@Dali2579 @jennyf19 I believe this is not an issue. The reset password flow is: type an email, then access that email (it proves that you have control of that email),...

Oh, now I see what you mean and indeed is an odd behavior that needs to be investigated. Sorry about the misunderstanding.

Hi @ThomasTWilliams we are still validating this background worker sharing the cache scenario, so we can build a sample for it. Could you confirm if what are you looking for...

Hi @jamiemccrindle, we are planning in creating a chapter to talk about unit test in this tutorial. In the mean time, you have [these tests from MSAL library](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/tree/master/tests) as a...

@bobo8488 you simply dont. Think about access token as a country visa. You have gotten yourself a visa to US, but asking how can you use your US visa to...

@bobo8488 my suggestion to protect a web api would be this sample: https://github.com/Azure-Samples/active-directory-dotnet-native-aspnetcore-v2/tree/master/1.%20Desktop%20app%20calls%20Web%20API It shows you how to configure the web api in Azure Portal, set its values in dot...

@jmprieur I am assigning you to review this PR and make a decision. I can see that this architecture is more likely the industry standards, however it brings code that...