This repository is an example Java application which performs an OpenID Connect login to get ID and access tokens from an Authorization Server.
To run the example follow these steps:
- Edit the configuration in the
Configuration
class to reflect your setup. - Start the project by running the command
./gradlew bootRun
. - Navigate to http://localhost:8080, you will be redirected to your Authorization Server to perform login.
- Once the login is complete, you will see the username and access token returned as JSON.
Please visit curity.io for more information about the Curity Identity Server.