jkaluza / odcs

Forked from odcs 6 years ago
Clone

e37ccd8 Support OpenIDC authentication

Authored and Committed by cqi 6 years ago
    Support OpenIDC authentication
    
    Similar with Kerberos authentication, authentication is done by
    mod_auth_openidc in Apache. Client must request protected resources by
    passing token got from Fedora OpenIDC. After succeeding to
    authenticate, ODCS will get chance to create new user for the client or
    just query existing one from database. Then, authorization can be in
    protected resource view methods based on FAS groups.
    
    Major changes:
    
    * Configuration of openidc is added.
    * httpd configuration for mod_auth_openidc is added.
    * method to create or load users and FAS groups.
    
        
file modified
+14 -0
file modified
+93 -11
file modified
+8 -0
file modified
+3 -3
file modified
+163 -3