Subversion Repositories oidplus

Rev

Rev 1305 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

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