cri-o/vendor/github.com/coreos/go-oidc/example
Jacek J. Łakis bf51655a7b vendor: Update vendoring for the exec client and server implementations
Signed-off-by: Jacek J. Łakis <jacek.lakis@intel.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
2017-04-24 18:38:41 +02:00
..
idtoken vendor: Update vendoring for the exec client and server implementations 2017-04-24 18:38:41 +02:00
nonce vendor: Update vendoring for the exec client and server implementations 2017-04-24 18:38:41 +02:00
userinfo vendor: Update vendoring for the exec client and server implementations 2017-04-24 18:38:41 +02:00
README.md vendor: Update vendoring for the exec client and server implementations 2017-04-24 18:38:41 +02:00

Examples

These are example uses of the oidc package. Each requires a Google account and the client ID and secret of a registered OAuth2 application. To create one:

  1. Visit your Google Developer Console.
  2. Click "Credentials" on the left column.
  3. Click the "Create credentials" button followed by "OAuth client ID".
  4. Select "Web application" and add "http://127.0.0.1:5556/auth/google/callback" as an authorized redirect URI.
  5. Click create and add the printed client ID and secret to your environment using the following variables:
GOOGLE_OAUTH2_CLIENT_ID
GOOGLE_OAUTH2_CLIENT_SECRET

Finally run the examples using the Go tool and navigate to http://127.0.0.1:5556.

go run ./example/idtoken/app.go