Results 70 comments of Joe DeCock
trafficstars

Some work in progress is here: [joe/wip/authority](https://github.com/DuendeSoftware/Duende.AccessTokenManagement/tree/joe/wip/authority), but there is more complexity than I initially thought. The issue comes down to, at what point do we perform discovery? Retrieving the...

> Hmm.... ok, so do you think this is too complicated or problematic to pursue? IOW, is this worth all the new goo? I'm unsure ... frankly was hoping for...

Ok, then let's close this and #28.

Okay, I'll leave this as a draft PR for the future

I also had this issue when using the Dark (Visual Studio) theme. Switching to the Dark+ theme fixed the issue for me. The cause of the issue is that Markdown...

I'm not very familiar with the scopes that are commonly used by themes, but I wonder if there is a different scope that could be set on wiki links that...

Perhaps consider changing the scope of wiki links to be string.other.link.title.markdown? That's the scope that I see on regular markdown links. It seems like it would be good to format...

Yes, we use the WebAuthenticator component from maui, which supports mobile platforms but not windows. The maui sample isn't meant to work as a windows app. It should work on...

Thanks for this contribution! I agree that the max_age=0 case is bugged, and removing the max_age after we've used it is a good way to fix it. I do think...

The OIDC spec does say > max_age=0 is equivalent to prompt=login. So I was thinking along those lines. Maybe max_age=0 becomes prompt=login during validation? But it does feel very "clever".