Security vulnerability brought by non-check inventory service
From OpenSimulator
(Difference between revisions)
(New page: == Agenda == To enable user avatar travel from a grid service to another grid service, There are 3 problems to be considered: # How to enable foreign user login - [[OpenID for data portab...) |
(→Agenda) |
||
Line 4: | Line 4: | ||
There are 3 problems to be considered: | There are 3 problems to be considered: | ||
# How to enable foreign user login - [[OpenID for data portability in virtual world|Authentication]] | # How to enable foreign user login - [[OpenID for data portability in virtual world|Authentication]] | ||
− | # (If a foreign user can login)How to get a foreign user's belongings(including appearance, inventory) | + | # (If a foreign user can login)[[Avatar_portability_version_2|How to get a foreign user's belongings]](including appearance, inventory) |
− | # ''' | + | # '''Security''' |
#* '''This is discussed in this page''' | #* '''This is discussed in this page''' | ||
To achieve the 1st, client side changes are needed. SO, so far, I have | To achieve the 1st, client side changes are needed. SO, so far, I have | ||
only implemented 2nd, and would like to explan my idea: | only implemented 2nd, and would like to explan my idea: |
Revision as of 07:21, 22 July 2008
Agenda
To enable user avatar travel from a grid service to another grid service, There are 3 problems to be considered:
- How to enable foreign user login - Authentication
- (If a foreign user can login)How to get a foreign user's belongings(including appearance, inventory)
- Security
- This is discussed in this page
To achieve the 1st, client side changes are needed. SO, so far, I have only implemented 2nd, and would like to explan my idea: