Spring Security OAuth2 Login (JWT) with Google (OpenId Connect Flow) - Complete Configuration

preview_player
Показать описание
In this recipe, we’re going to take a look at the complete configuration for setting up an OAuth2 Login Feature with Google.

References:

(00:00): Introduction
(00:19): OpenId Authorization Code Grant with Google
(05:32): Authorization URI with Postman
(10:14): Token URI with Postman
(13:04): JWKs URI with Postman
(15:06) Setup Google as an Identity Provider - Complete Configuration
(20:58): Common OAuth2 Providers
Рекомендации по теме
Комментарии
Автор

How would you use something like postman to call your api endpoints when your spring boot app is secured by the auth code flow with Google?

bigadjaye