Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 749 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 749 Bytes

bokeh-active-directory

Active Directory authentication for Bokeh servers

bokehadauth.py, when hooked into Bokeh server, will require Active Directory login by users. Currently, it expects the environment variables AD_SERVER and AD_DOMAIN to be set correctly. This module is meant to be specified as argument to a bokeh server. bokeh serve --auth-module=bokehadauth.py --cookie-secret YOURSECRETHERE [...]

Resources