[Building Sakai] OAuth Tokens

Sanghyun Jeon euksa99 at gmail.com
Wed Mar 13 14:37:43 PDT 2013


After I integrate rSmart Google docs into Sakai 2.8.x and edit SQL for site
template as follows:

INSERT INTO SAKAI_SITE_PAGE VALUES('~admin-1300', '~admin', 'OAuth
Providers', '0', 15, '0' );
INSERT INTO SAKAI_SITE_TOOL VALUES('~admin-1310', '~admin-1300', '~admin',
'com.rsmart.oauth.provider', 1, 'OAuth Providers', NULL );

INSERT INTO SAKAI_SITE_PAGE VALUES('!admin-1300', '!admin', 'OAuth
Providers', '0', 16, '0' );
INSERT INTO SAKAI_SITE_TOOL VALUES('!admin-1310', '!admin-1300', '!admin',
'com.rsmart.oauth.provider', 1, 'OAuth Providers', NULL );

INSERT INTO SAKAI_SITE_PAGE VALUES('!user-800', '!user', 'OAuth Tokens',
'0', 10, '0' );
INSERT INTO SAKAI_SITE_TOOL VALUES('!user-810', '!user-800', '!user',
'com.rsmart.oauth.token', 1, 'OAuth Tokens', NULL );

When I go back to the sakai page, I can see OAuth Providers on
Adminstration Workspace, but I cannot see OAuth Tokens on My Workspace.
Is there any special login required to see these tools?

S
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://collab.sakaiproject.org/pipermail/sakai-dev/attachments/20130313/58f543ce/attachment.html 


More information about the sakai-dev mailing list