java-tutorials/spring-security-modules/spring-security-oidc
timis1 19aab7c638
JAVA-29296 Upgrade spring-security-oidc (#15966)
* JAVA-29296 Upgrade spring-security-oidc

* JAVA-29296 Fix indentation

---------

Co-authored-by: timis1 <noreplay@yahoo.com>
2024-02-29 01:00:51 +01:00
..
src JAVA-29296 Upgrade spring-security-oidc (#15966) 2024-02-29 01:00:51 +01:00
README.md Updated README.md 2022-04-05 08:46:33 +05:00
pom.xml JAVA-29296 Upgrade spring-security-oidc (#15966) 2024-02-29 01:00:51 +01: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