Skip to content

Commit 09651c5

Browse files
committed
Remove Now Unnecessary Entry Point Configuration
spring-projects/spring-security#5347
1 parent 7897015 commit 09651c5

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/main/java/com/okta/developer/jugtours/config/SecurityConfiguration.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,6 @@ protected void configure(HttpSecurity http) throws Exception {
3232
SavedRequestAwareAuthenticationSuccessHandler handler = new SavedRequestAwareAuthenticationSuccessHandler();
3333
handler.setRequestCache(requestCache);
3434
http
35-
.exceptionHandling()
36-
.authenticationEntryPoint(new LoginUrlAuthenticationEntryPoint("/oauth2/authorization/okta"))
37-
.and()
3835
.oauth2Login()
3936
.successHandler(handler)
4037
.and()

0 commit comments

Comments
 (0)