b6b077b457
* minor logging fix * spring security sso * use basic auth * use form login * cleanup * cleanup * final cleanup * second client app for sso * spring boot bootstrap * add logic * cleanup * add simple controller * add thymeleaf and security * minor fix * minor fix * add more boot properties * fix live test * fix live test * minor fix * semaphores * fix configuration * kotlin collection * add more collection examples * minor upgrade * cucumber java8 * minor fix * rxjava custom operator * minor fix |
||
---|---|---|
.. | ||
src/main | ||
README.md | ||
pom.xml |
README.md
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