java-tutorials/spring-security-modules/spring-security-oidc
chaos2418 58e6087b3d JAVA-8405: reducing logging for tutorials-build-job 2021-11-19 13:39:00 +05:30
..
src JAVA-8405: reducing logging for tutorials-build-job 2021-11-19 13:39:00 +05:30
README.md Update README.md 2020-11-24 02:43:41 +08:00
pom.xml JAVA-5223: Fix formatting of POMs (Spring Security Modules) 2021-05-17 20:22:27 +05:30

README.md

Spring Security OpenID

This module contains articles about OpenID with Spring Security

Relevant articles

OpenID Connect with Spring Security

Run the Project

mvn spring-boot:run

Obtain Google App - Client ID, Secret

  • We need to get client id and client secret by creating a new project at Google Developer Console

  • We can follow these instructions to register our client application on their platform

  • Once we have the client id and secret, we have to make sure we add them to the YAML files of the project