django - Wirecloud authentication using keystone only? -


the instructions providing fiware based authentication wirecloud suggest installing keyrock (a frontend/backend combo of horizon/keystone ge). frontend (horizon) necessary if application secured wirecloud instance (and possibly backend services). point avoid, if possible, have configure/style/maintain etc. second frontend. possible authenticate directly using django plugin this? pros , cons?

wirecloud linked use of django.contrib.auth, authentication plugin based on should work. moreover, instructions using keyrock using python-social-auth so, in fact, can use authenticating using of the backends supported python-social-auth: github, twitter, openid, ...

in regard, don't see problem in use of plugin proposing (although have not tested it).

the advantage of using keyrock backend provided wirecloud enables operators , widgets propagate credentials third-party services using keyrock authentication (e.g. orion context broker, object storage, ... , in general, service behind pep proxy).


Comments

Popular posts from this blog

Hatching array of circles in AutoCAD using c# -

ios - UITEXTFIELD InputView Uipicker not working in swift -

Python Pig Latin Translator -