Bokeh serve --auth-module

GateOne/sso.py at master · liftoff/GateOne (github.com)

how would i get sso.py to work with

panel.exe serve “mypanelapp.py” --port myport --allow-websocket-origin=localhost:8080 --cookie-secret=mysecret --auth-module=pathto\sso.py

I go this on working:
bokeh-active-directory/bokehadauth.py at master · bartbroere/bokeh-active-directory (github.com)

panel.exe serve “mypanelapp.py” --port myport --allow-websocket-origin=localhost:8080 --cookie-secret=mysecret --auth-module=pathto\bokehadauth.py