-
- Downloads
"README.md" did not exist on "0fce474a4019b441940b6e12ac8a50ffac09727e"
Split out a separate endpoint to complete SSO registration (#9262)
There are going to be a couple of paths to get to the final step of SSO reg, and I want the URL in the browser to consistent. So, let's move the final step onto a separate path, which we redirect to.
Showing
- changelog.d/9262.feature 1 addition, 0 deletionschangelog.d/9262.feature
- synapse/app/homeserver.py 2 additions, 0 deletionssynapse/app/homeserver.py
- synapse/handlers/sso.py 66 additions, 15 deletionssynapse/handlers/sso.py
- synapse/http/server.py 7 additions, 0 deletionssynapse/http/server.py
- synapse/rest/synapse/client/pick_username.py 6 additions, 10 deletionssynapse/rest/synapse/client/pick_username.py
- synapse/rest/synapse/client/sso_register.py 50 additions, 0 deletionssynapse/rest/synapse/client/sso_register.py
- tests/rest/client/v1/test_login.py 13 additions, 1 deletiontests/rest/client/v1/test_login.py
Loading
Please register or sign in to comment