Michael Mitchell-Halter

Results 29 comments of Michael Mitchell-Halter

@jmprieur That's fine. This is a bit old and meant to generate discussion.

The `TodoList-WebApp` project was added to show case differences for when a request is made to the API with an `application` permission as opposed to an `delegated` permission. Pretty much...

Trimming scope here. See branch `2-basher` for newest

Hey @jmprieur, To your first question, I started playing around a bit more and I'm noticing that the instance discovery is not happening if I don't run `EnableTokenAcquisitionToCallDownstreamApi`. When I...

@jmprieur I'm not sure either. My instance is set to `https://localhost:5001/5c938525-191e-4e24-8a10-705398cffd57/`. The `appsettings.json` file used is below. ``` { "AzureAd": { "Instance": "https://localhost:5001/5c938525-191e-4e24-8a10-705398cffd57/", "TenantId": "5c938525-191e-4e24-8a10-705398cffd57", "ClientId": "2e84d8aa-dbde-49f4-bc34-0cbd7923758d", "ClientSecret": "MY_MADE_UP_SECRET", },...

@jmprieur for the sake of this conversation yes 😄 Can follow up with you on the specifics for a project I'm working with a few others on if you like....

@bgavrilMS What you're saying makes sense but the issue is that I'm trying to use my localhost as the metadata discovery endpoint. I don't want to send requests to `login.microsoftonline.com`....

Aside from a couple of nits LGTM 👍

LGTM Was looking forward to seeing this! 😀 There's going to be some updates needed in some docs but once this is pushed through, I'll start integrating with the other...