java-tutorials/spring-security-openid
Sam Millington c2cf7ae969 [BAEL-17476] - Add README descriptions 13 (#7863)
* [BAEL-17476] - Add README descriptions 13

* Changed the wording in some modules
2019-09-25 07:30:51 -06:00
..
src Story/bael 14304 (#7311) 2019-07-20 14:33:56 +03:00
README.md [BAEL-17476] - Add README descriptions 13 (#7863) 2019-09-25 07:30:51 -06:00
pom.xml [BAEL-12091] - Fix formatting of POMs 2019-02-10 01:47:19 +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

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

  • Make sure to add OAuth2 credentials by selecting Add credentials > OAuth 2.0 client ID

  • Make sure you set redirect URI to http://localhost:8081/google-login

  • Once you have your client id and secret, make sure you add them to the application.properties of the project