Hi all,
I have Bloom embedded in a Django web application that contains the rest of our company's resources. Users are globally authenticated by Django, but I would like to avoid a second login step when they access Bloom. Is there a way to disable the Bloom login page and log users in with a set of default credentials?
I see there is support for SSO, but I would like to avoid changing our login framework for the Django application.
My Bloom web server and Neo4j database server are self-hosted on EC2 instances.
Thanks!
Phil