filmov
tv
Spring Security OAuth2 Login (JWT) with Github x Spring Boot 3 - Compact Configuration
Показать описание
In this recipe, we’re going to secure a simple Spring Boot Application with Github as the Authentication Provider by using Spring Security OAuth2 Login feature.
References:
(00:00): Introduction
(00:17): Initialize Spring Boot Application
(01:34): Create Github OAuth App
(02:00): Redirect (Callback) URL
(03:11) Setup Github as an Identity Provider - Compact Configuration
(04:02): Add a Controller that uses @AuthenticationPrincipal OAuth2User
(05:27): No openid in scope
(06:30): 2 Identity Providers in a Application
References:
(00:00): Introduction
(00:17): Initialize Spring Boot Application
(01:34): Create Github OAuth App
(02:00): Redirect (Callback) URL
(03:11) Setup Github as an Identity Provider - Compact Configuration
(04:02): Add a Controller that uses @AuthenticationPrincipal OAuth2User
(05:27): No openid in scope
(06:30): 2 Identity Providers in a Application