Reputation: 55
I am attempting to sync up Geoserver with Google's OAuth2 authentication system. I have been following Geoserver's OAuth Documentation with the 2.12 nightly build but the option to set up the authentication does not seem to be available from the GUI. I assumed the module was packaged with the build but I don't see the configuration. Is there a specific directory I can check to be sure that I have the module locally?
Upvotes: 3
Views: 1569
Reputation: 10976
The OAuth module is a community module which means it is not included in the released build, you need to fetch the jars from the nightly build server.
I believe you will need:
geoserver-2.12-SNAPSHOT-authkey-plugin.zip
and one (or more) of
geoserver-2.12-SNAPSHOT-sec-oauth2-geonode-plugin.zip
geoserver-2.12-SNAPSHOT-sec-oauth2-github-plugin.zip
geoserver-2.12-SNAPSHOT-sec-oauth2-google-plugin.zip
Upvotes: 3