Hi,
I'm planning to implement my OAuth 2 authorization server and I'm looking for
library I can use to implement it. I found the OAuth extension easy and I
managed to develop one so good work, thank you. Now I'm looking into the
details and I try to make a flexible and secure implementation. There are some
constraints in the implementation that does not let me do without many
workaround. So I hope I can get some help about what the close feature plan. I
see Kristoffer Gronowski is working on the extension so I can offer my help and
contribute back if he needs help. My goal is to support the latest draft (One
reason is http://developers.facebook.com/docs/oauth2-https-migration/) and
following the http://kantarainitiative.org/confluence/display/uma/Home
initiative.
The specification has six authentication Flow and it's open for custom ones and
the current public "enum Flow { NONE, PASSWORD, REFRESH;}" does not let me
extend. I also have many other suggestion we can discuss if I can use this
extension to implement my server with this extension.
Regards
Laszlo Hordos
------------------------------------------------------
http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2926213