decomplexity

Results 48 comments of decomplexity

Since Steve Maguire's provider hasn't - unless I have missed it - been updated since 2015-16 and the RFC for 'pixie' was only issued in 2015, it is possible that...

Do you have a capture_links parameter in the manifest? If so, what is its assigned value?

See e.g. https://developer.chrome.com/docs/web-platform/declarative-link-capturing/, although whether this is relevant depends on whether is has been implemented in your PWA context and whether the link is within your manifest's scope (not to...

This looks more like a WKWebView coding problem, and I think you might get some better suggestions if you post on Stackoverflow using the tag [progressive-web-apps]

The ‘authorize’ and ‘token’ API URLs to which Miles McCloskey (above) updated would appear to be for V1.0. The latest V2 ones have a V2.0 inserted: …. /common/oauth2/v2.0/authorize and …/common/oauth2/v2.0/token...

As you may have gathered (or seen on Stackoverflow) , I too have had big problems in trying to get Steve Maguire’s Microsoft extension to Oauth2 to work. Steve’s code...

I moved to Jan Hajek's **TheNetworg/oauth2-azure** instead - which works fine. I suggest also that you check the _MSFT OAuth2 quirks.md_ doc in **decomplexity/SendOauth2**: even though MSFT eventually added an...

In case you haven't seen it, it's worth noting that Jan Hajek has written a Provider for MSFT AAD. It currently defaults to the V1 authorization and token endpoints but...