yih0620

Results 8 comments of yih0620

yes. i'v already add urls to my projects like the described in docs. it's not work.

gateway: ![image](https://user-images.githubusercontent.com/33826620/216261053-7cd4e1b5-00aa-42ec-8bfb-c69b93483350.png) http://127.0.0.1:8000/login/ login admin OK. ![image](https://user-images.githubusercontent.com/33826620/216261064-6e4e2854-5591-475f-a736-fb895c346dda.png) client: ![image](https://user-images.githubusercontent.com/33826620/216261208-fd0a6fd1-5320-4357-a21a-e289e9a3bd74.png) goto http://localhost:9000/sso/test/ it always redirect http://127.0.0.1:8000/__welcome/?fallback=true ![image](https://user-images.githubusercontent.com/33826620/216261394-937c370d-2794-4858-b369-7b11294d7ed7.png) sso/event error. ![image](https://user-images.githubusercontent.com/33826620/216261523-726ff88f-8227-4082-9f8e-547c347e90b8.png) this is my client setting, and i am not defined the...

this is geteway urls.py: ![image](https://user-images.githubusercontent.com/33826620/216268775-57e86a2f-7505-4a25-86cd-dffca33e59aa.png) this is client url.py: ![image](https://user-images.githubusercontent.com/33826620/216268789-1b075abe-c929-4c11-96f6-e45e0d2cae3a.png)

> 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 ![image](https://user-images.githubusercontent.com/33826620/216868585-f767753e-2c06-41a2-aa89-21e11eb62de7.png) and thank you for your kind assistance!!

@kakulukia log from ssoservertest. i development on a single machine, and i set the hosts file as ![image](https://user-images.githubusercontent.com/33826620/216899784-20ba71c2-7f88-4abb-9716-978c24ddfece.png)

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...