Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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)));

...