yih0620
yih0620
it's allowed at echart 4.0.
yes. i'v already add urls to my projects like the described in docs. it's not work.
gateway:  http://127.0.0.1:8000/login/ login admin OK.  client:  goto http://localhost:9000/sso/test/ it always redirect http://127.0.0.1:8000/__welcome/?fallback=true  sso/event error.  this is my client setting, and i am not defined the...
this is geteway urls.py:  this is client url.py: 
> python version:3.7.4 django version: 3.2.17 I create new project today. https://github.com/yih0620/ssoServerTest https://github.com/yih0620/ssoClientTest  and thank you for your kind assistance!!
@kakulukia log from ssoservertest. i development on a single machine, and i set the hosts file as 
i change SSO_ROOT = 'http://localhost:9000' and reverse server and client ip server at http://localhost:9000/ client at 127.0.0.1:8000 it work! i think my Subordinated services ip set wrong before.
Watching for file changes with StatReloader Exception in thread django-main-thread: Traceback (most recent call last): File "C:\Users\Administrator\AppData\Local\Programs\Python\Python37\lib\thread ing.py", line 926, in _bootstrap_inner self.run() File "C:\Users\Administrator\AppData\Local\Programs\Python\Python37\lib\thread ing.py", line 870, in run...