java-tutorials/spring-security-modules/spring-security-oidc
johnA1331 1d90857c7d Update README.md 2020-11-24 02:43:41 +08:00
..
src renamed spring-security-modules/spring-security-openid to spring-security-modules/spring-security-oidc 2019-12-26 12:06:02 -03:00
README.md Update README.md 2020-11-24 02:43:41 +08:00
pom.xml JAVA-1649: Get rid of the overriden spring-boot.version property 2020-07-21 20:24:51 +02:00

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