java-tutorials/spring-security-modules/spring-security-openid
Gerardo Roza c1948fddd8 Added changes for improvement/ refactor of the code using the new spring-security stack 2019-12-19 14:58:09 -03:00
..
src Added changes for improvement/ refactor of the code using the new spring-security stack 2019-12-19 14:58:09 -03:00
README.md Added changes for improvement/ refactor of the code using the new spring-security stack 2019-12-19 14:58:09 -03:00
pom.xml Added changes for improvement/ refactor of the code using the new spring-security stack 2019-12-19 14:58:09 -03: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