summary refs log tree commit diff
path: root/synapse/rest/client/v1/login.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add a comment to clarify why we split on closing curly brace when reading CAS...Steven Hammerton2015-10-121-0/+5
* Unpack dictionary in for loop for nicer syntaxSteven Hammerton2015-10-121-4/+4
* Remove not required parenthesisSteven Hammerton2015-10-121-1/+1
* Support multiple required attributes in CAS response, and in a nicer config f...Steven Hammerton2015-10-121-7/+6
* Allow optional config params for a required attribute and it's value, if spec...Steven Hammerton2015-10-121-1/+15
* Parse both user and attributes from CAS responseSteven Hammerton2015-10-121-26/+38
* Raise LoginError if CasResponse doensn't contain userSteven Hammerton2015-10-101-1/+1
* Fix my broken line splittingSteven Hammerton2015-10-101-4/+6
* Use UserId to create FQ user idSteven Hammerton2015-10-101-1/+1
* Add get_raw method to SimpleHttpClient, use this in CAS auth rather than requ...Steven Hammerton2015-10-101-5/+8
* Formatting changesSteven Hammerton2015-10-101-5/+12
* Provide ability to login using CASSteven Hammerton2015-10-101-1/+63
* Merge erikj/user_dedup to developDaniel Wagner-Hall2015-08-261-2/+3
* Return fully qualified user_id as per specDavid Baker2015-08-201-1/+1
* Merge branch 'develop' into refreshDaniel Wagner-Hall2015-08-201-4/+11
|\
| * Comma comma comma comma comma chameleonDavid Baker2015-08-201-1/+1
| * Merge branch 'develop' into email_loginDavid Baker2015-08-201-3/+2
| |\
| * | Allow sign in using email addressDavid Baker2015-08-041-5/+12
* | | /tokenrefresh POST endpointDaniel Wagner-Hall2015-08-201-2/+4
| |/ |/|
* | Simplify LoginHander and AuthHandlerDaniel Wagner-Hall2015-08-121-3/+2
|/
* Small tweaks to SAML2 configuration.Erik Johnston2015-07-101-4/+4
* Make SAML2 optional and add some references/commentsMuthu Subramanian2015-07-091-4/+9
* code beautifyMuthu Subramanian2015-07-091-9/+4
* code beautifyMuthu Subramanian2015-07-081-10/+23
* Integrate SAML2 basic authentication - uses pysaml2Muthu Subramanian2015-07-081-1/+61
* Blunty replace json with simplejsonErik Johnston2015-02-111-1/+1
* Extract the client v1 base RestServlet to a separate classMark Haines2015-01-231-4/+4
* Move rest APIs back under the rest directoryMark Haines2015-01-221-0/+109