java-tutorials/spring-security-modules/spring-security-legacy-oidc
Loredana Crusoveanu 3f8591f891 Update README.md 2020-10-20 12:42:29 +03:00
..
src add the oidc legacy code back 2020-10-20 11:42:57 +03:00
README.md Update README.md 2020-10-20 12:42:29 +03:00
pom.xml add the oidc legacy code back 2020-10-20 11:42:57 +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 application.properties file.