You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ravendb
Hi there.
I was trying to find which version of OAuth protocol RavenDB uses but
without any success.
Is it OAuth 2.0 and which draft version is implemented ?
Does it support two and three legged implementation ?
Does this mean that I can control access and scope to RavenDB HTTP
API using Access/Refresh Tokens ?
Thanks
Oren Eini (Ayende Rahien)
unread,
Jun 9, 2012, 2:19:33 AM6/9/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to rav...@googlegroups.com
It supports two & three legged impl, yes.
Access is handle via access token. We didn't do refresh tokens, because it was easier to just go to the auth server and request a new access token.