Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

E_F12
E_F12
Offline

Badges

Badges
1

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts

Posts
1

Discussions

Discussions
0

Questions

Questions
1

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by E_F12
Customize the badges you want to showcase on your profile
Re: Joining users to a room ASP.NET - Adobe LiveCycle 25-07-2011
Hi There, Creating a session only creates a session between your server and the LCCSservice. Through that session you can generate auth tokens, which you passto your client apps for them to log in with.Typical flow is (pseudo-code) :aM = new AccountManager(ACCOUNT_URL);aM.login(DEV_USERNAME, DEV_PWD);sess = aM.getSession(ROOM_NAME);// generate a token for a usersess.getAuthenticationToken(ACCOUNT_SECRET, USER_NAME, USER_ID, USER_ROLE);Check the developer guide for more details :http://learn.adob...

Views

98

Likes

0

Replies

0