java-tutorials/spring-security-modules/spring-security-oidc
psevestre 81e22da07c [BAEL-5259] Spring Security - Map Authorities from JWT (#11990)
* [BAEL-4849] Article code

* [BAEL-4968] Article code

* [BAEL-4968] Article code

* [BAEL-4968] Article code

* [BAEL-4968] Remove extra comments

* [BAEL-5259] simple test case

* [BAEL-5259] DSL-based rewrite

* [BAEL-5259] Code formatting

* [BAEL-5259] Test case naming

* WIP: Article code

* [BAEL-5259] Tests

* [BAEL-5259] Tests
2022-03-30 22:04:02 -07:00
..
src [BAEL-5259] Spring Security - Map Authorities from JWT (#11990) 2022-03-30 22:04:02 -07:00
README.md Update README.md 2020-11-24 02:43:41 +08:00
pom.xml [BAEL-5259] Spring Security - Map Authorities from JWT (#11990) 2022-03-30 22:04:02 -07: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