google-nomulus/java/google/registry/tools/resources
mountford 3372ed718a Add documentation about OAuth2 client id configuration
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=161571961
2017-07-12 11:03:50 -04:00
..
client_secret.json Add Client-side OAuth2 to HTTP connections 2017-02-17 12:17:53 -05:00
client_secret_UNITTEST.json Add Client-side OAuth2 to HTTP connections 2017-02-17 12:17:53 -05:00
README.md Add documentation about OAuth2 client id configuration 2017-07-12 11:03:50 -04:00

Adding Client Secrets

This directory contains the client secret files needed by the nomulus tool to connect to the Nomulus backend via OAuth2. Adding client secret files to this directory is one of two steps you need to perform; the other is adding the client id contained in the client secret file to the list of allowed ids in the Nomulus configuration file. See the configuration documentation for more information.