We currently have identityserver v2 (and ws-fed for our websites), and now we would like to authenticate with a phonegap app. How could this be implemented? I understand ws-fed is not an option, so for oauth our options are (I might be wrong here):
- Resorce owner flow
- Implicit grant flow
I've looked at the resource owner flow here, but it looks quite complicated, and I could find much documentation for it (read: a simple example ready to clone :-) )
The Implict flow I found some example here, but it seems to require a redirect_uri, and I can't understand how that could be achived on an app.
I noticed that in my STS admin site, there was an option for OpenID Connect also, could that be used?
I would be happy if someone could point us in the right direction?
Thanks for any help
Larsi
I've seen that in v3 some new possibilities are present (an maybe even a phonegap sample here), but unfortunatly no upgrade to v3 is currently planned