Subversion Repositories oidplus

Rev

Rev 1321 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
1207 daniel-mar 1
 
2
Authentication methods
3
======================
4
 
5
    -----------------------------------------------------------------------------------------------------------------------------------
6
                                                 JWT        Bound to    JWT accepted     Outputs JWT        CSRF Disabled /
7
    Login method                    Handling     Generator  client IP?  Request types    Exception?         OriginHeaders
8
    -----------------------------------------------------------------------------------------------------------------------------------
1321 daniel-mar 9
    Browser login                   JWT          40         Optional    COOKIE           No (Silent)        No
10
    Automated AJAX call             JWT          10         No          GET/POST         Yes                Only ajax.php with GET/POST
1405 daniel-mar 11
    REST plugin                     JWT          20         No          HTTP Bearer      Yes                Yes
1321 daniel-mar 12
    Manually created JWT token      JWT          80         Optional    GET/POST/COOKIE  Only via GET/POST  Only ajax.php with GET/POST
1207 daniel-mar 13
    -----------------------------------------------------------------------------------------------------------------------------------