Closed Bug 580284 Opened 14 years ago Closed 14 years ago

Assign UUID to users and use that when communicating with client app

Categories

(Webtools Graveyard :: SSO (Legacy), defect, P1)

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: wenzel, Assigned: ozten)

References

Details

Attachments

(1 file)

If we use the SSO nickname when talking to a client app, people can never change it without fear of username hijacking.

So we should assing a UUID to users that is only used in communication with the client apps, and never changes. No-one will see this except SSO <-> client app.
Depends on: 580290
Priority: -- → P1
I've played with

1) Sub-classing django.contrib.auth.models.User with SSOUser and putting a new property sso_uuid on this model.

2) Using the Django User.get_profile support to create a UserProfile model which has a property sso_uuid.

#1 is a slightly better choice from a performance perspective, as the UUID would be handy in the auth_users table. The downside is that all the code that access the User would need to access the SSOUser instead. I messed with implementing an Auth Backend and ran into some issues. It also introduces some magic, which is bad. All of this is probably premature optimization and so I'm writing then with solution #2 instead. We'll be caching these objects, so a second query is not a big deal. If we add more "profile" information, we'll already be setup with the get_profile pattern.
Assignee: nobody → ozten.bugs
Depends on: 583797
Note: This patch will only apply on top of the 583797_2 branch of Bug#583797.

Patch can also be revied at http://github.com/mozilla/secret-squirrel/commit/583fe4bf1003fe0dd2d232c7b946d3e9b952748f
Attachment #464651 - Flags: review?(fwenzel)
Comment on attachment 464651 [details] [diff] [review]
First stab, patch for bug583797 second attempt tree

I like that, good job! Now we only need to use it in the cas_provider app as opposed to the username (when sending "yes\nusername").
Attachment #464651 - Flags: review?(fwenzel) → review+
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Product: Webtools → Webtools Graveyard
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: