Aram Kocharyan
Aram Kocharyan
There is problem with Windows.Storage namespace, it is part of UWP platform.
It's a bit tricky part. Initial plan was to create files search support from Cortana. Like: "Cortana, kommander show all html files that have name "test"". Have a look at...
Also make this texts from resources.
It's `Windows.Storage` restriction. We are working on it, to get rid of `Windows.Storage` and use native `System.IO`. It will be in next release for sure.
Thanks, I will have a look.
https://imgur.com/a/LH9AD
Same issue here. How should I register a handler for `windows` grant type ? Here is my code in IdentityServer App. ``` c# var options = new IdentityServerOptions { SiteName...
Already solved. I didn't get that I should write custom grant validator for "windows" grant type. If someone interested here is my version of Custom Grant Type Validator. https://gist.github.com/arkoc/c4a86b20eca2e27065145ee4a47fb644
Yes, of course. I already started it. ( When it will be done I will post link here )
Here it is: http://codepool.me/IdentityServer3-with-custom-grant-flow-and-windows-authentication/