Polish gh-1106 Device Authorization Grant

This commit is contained in:
Joe Grandja
2023-03-21 05:21:48 -04:00
parent 47ff4ad06e
commit 1354ca4549
38 changed files with 371 additions and 308 deletions

View File

@@ -28,7 +28,7 @@ import org.springframework.security.web.authentication.LoginUrlAuthenticationEnt
* @author Steve Riesenberg
* @since 1.1
*/
@Configuration
@Configuration(proxyBeanMethods = false)
@EnableWebSecurity
public class SecurityConfig {