xaml/cs -> var msappSid = Windows.Security.Authentication.Web.WebAuthenticationBroker.GetCurrentApplicationCallbackUri().AbsoluteUri;
That callbackUri value containing sid is super important when it comes to aad/acs/adfsV3 provisioning to support signin and token acquisition by native winrt client apps. We often have people using fiddler as a way to acquire that sid value so they can then construct the ms-app://<sid>/ callbackUri string they ask ops to provision.
q1 - Is it possible to have fiddler ac-sid listing use a lower case "s-" prefix instead of the current upper case "S-" prefix so that when folks use fiddler to acquire their winrt app's callbackUri for onboarding to aad/acs/adfsV3 they don't inadvertently use the upper case 'S-" format from fiddler which causes signin and token acquisitions to fail because its case sensitive? Alternatively would it be relevant for large number of users to include an ac-callbackUri column populated with "ms-app://s-.../" string value so folks can use fiddler to just grab that value?
q2 - Since winrt apps exist in win8, win81 and soon winVnext dogfood builds would it make sense to change fiddler | "win8 config" button to instead read "winrt config" or "winrt lbe config"?