Herman Jensen

Results 30 comments of Herman Jensen

I'm not sure I understand this question. The audience of the access token is the application's `clientId`, not the consumers `clientId`. You shouldn't have to add an application to it's...

I'm still unsure as to why you would want to accept access tokens issued to another application. If the consumers have been granted the scopes to the API in Azure,...

While delaying x amount could work in my scenario, it is a workaround and probably not an optimal solution to add to the library. I think a better solution would...

> As a side note, I'm not sure if we need a redirect URL on on the backend app registration at all, since we're not hosting a MVC site. I'll...

It's coming in v2 with the new DownstreamRestApi interface https://github.com/AzureAD/microsoft-identity-web/pull/1735#issuecomment-1308012205

@jmprieur @jennyf19 I see some work has been done in the `rel/v2` branch, but I'm not sure if it's complete. What is the status of this? Will there be a...

Do note you have to reload the sandbox each time you try again, as it resolves and triggers the fallback only once per load. Which `h1` node are you referring?...

Right, so if I remove `closeTimeoutMS` ([codesandbox](https://codesandbox.io/s/closetimeoutms-and-suspense-forked-qe46ox?file=/src/App.tsx)), what appears to be expected behavior is actually showing an old instance that should've been removed?

If I understand the docs right, if the component has initially mounted, but then shows the fallback later, react will preserve the state of the components until the suspense promise...