...
To enable the use of CustomAuthenticationEntryPoint
class, include the following line in the odg-gatewagateway-service repository SecurityConfig class:
Code Block |
---|
http.exceptionHandling().authenticationEntryPoint(new CustomAuthenticationEntryPoint(URI.create(this.authenticationFailureRedirectUri))); |
...