Skip to content

gregwhitaker/ratpack-openidconnect-example

Repository files navigation

ratpack-openidconnect-example

Build Status

An example of using Google as an OpenID Connect provider to authenticate with Ratpack.

Prerequisites

This example requires that you configure a Google API resource before running.

  1. Open the Google API Credentials Console

  2. Select Create in the dialog box to create a new API project.

  3. Give the project a name.

  4. In the Create credentials dropdown select OAuth client ID.

  5. Follow the prompts for creating a client id.

  6. When prompted for Application Type select Web Application

  7. In the Authorized redirect URIs add: http://localhost:5050/authenticator?client_name=GoogleOidcClient

  8. Click the Create button.

  9. Copy the newly created client id and client secret for use in the example.

Running the Example

The example can be run using the following Gradle command:

$ RATPACK_AUTH__CLIENT_ID={client id} RATPACK_AUTH__CLIENT_SECRET={client secret} ./gradlew run

Once the application has started, point your web browser to http://localhost:5050 to access the test page.

Bugs and Feedback

For bugs, questions and discussions please use the Github Issues.

License

MIT License

Copyright (c) 2018 Greg Whitaker

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

Example of using OpenID Connect to authenticate with Ratpack

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published