Skip to content
h0pbeat edited this page Jul 31, 2013 · 2 revisions
  1. /manage.py syncdb
  2. in /admin/:
  3. add type data and identity
  4. add scope connector_questionnaire.input_form_data of type data
  5. add scope view_email of type identity
  6. add attribute email of scope view_email
  7. in utils/SECURE_CONFIG.py:
  8. add service client_id and client_secret
  9. add platform (idp) idp_client_id and idp_client_secret

Clone this wiki locally