Package com.bytedesk.core.rbac.auth.sso
Class SsoOAuth2Controller
java.lang.Object
com.bytedesk.core.rbac.auth.sso.SsoOAuth2Controller
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SsoOAuth2Controller
public SsoOAuth2Controller()
-
-
Method Details
-
index
-
login
-
dashboard
@GetMapping("/dashboard") public String dashboard(@AuthenticationPrincipal org.springframework.security.oauth2.core.user.OAuth2User principal, org.springframework.ui.Model model)
-