File tree Expand file tree Collapse file tree
src/main/java/com/okta/developer/jugtours/web Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44import org .springframework .http .HttpStatus ;
55import org .springframework .http .ResponseEntity ;
66import org .springframework .security .core .annotation .AuthenticationPrincipal ;
7- import org .springframework .security .oauth2 .client .authentication .OAuth2AuthenticationToken ;
8- import org .springframework .security .oauth2 .client .authentication .OAuth2LoginAuthenticationToken ;
97import org .springframework .security .oauth2 .core .oidc .OidcIdToken ;
10- import org .springframework .security .oauth2 .core .oidc .user .OidcUser ;
118import org .springframework .security .oauth2 .core .user .OAuth2User ;
129import org .springframework .web .bind .annotation .GetMapping ;
1310import org .springframework .web .bind .annotation .PostMapping ;
1411import org .springframework .web .bind .annotation .RestController ;
1512
1613import javax .servlet .http .HttpServletRequest ;
17- import java .security .Principal ;
1814import java .util .HashMap ;
1915import java .util .Map ;
2016
You can’t perform that action at this time.
0 commit comments