cyverse / django-cyverse-auth

All Auth schemes, used in various capacities, for CyVerse installations. Designed to be added as a Django App.
Other
1 stars 11 forks source link

add the keystone auth backend for review #5

Closed xuhang57 closed 7 years ago

xuhang57 commented 7 years ago

the first version of keystone auth backend class. @steve-gregory

Is there a good way of handling the "auth_url" instead of putting it in the settings.py?

Please let me know how to improve it. Currently, I test it out in our cloud and it works. However, it might cause a new issue of launching new instances. Not sure what the root cause is.

Also, need to have a better way of handling the user profile info while doing "get_or_create_user"