Changeset 35354 for main/trunk


Ignore:
Timestamp:
2021-09-08T14:54:17+12:00 (3 years ago)
Author:
davidb
Message:

Updated to use new custom Realm, which monitors for authentication with an account name of 'googlesign' in which case the provided credentials/password needs to be a Google Id Token which can be verified through a call Google Client API. All other usernames pass through to JDBCRealm (through inheritance), and are handled as before

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/resources/tomcat/greenstone3.xml.svn

    r35347 r35354  
    1717   connectionURL="jdbc:derby:@gsdl3webhome@/etc/usersDB"
    1818--> 
    19     <Realm className="org.apache.catalina.realm.JDBCRealm"
     19    <Realm className="org.greenstone.gsdl3.GoogleSigninJDBCRealm"
    2020        driverName="org.apache.derby.jdbc.ClientDriver"
    2121        connectionURL="jdbc:derby://@derbyserver@:@derbyserverport@/@gsdl3webhome@/etc/usersDB"
Note: See TracChangeset for help on using the changeset viewer.