Skip to content

Commit

Permalink
GUACAMOLE-1239: Remove Environment binding from SSO base class.
Browse files Browse the repository at this point in the history
  • Loading branch information
necouchman committed Oct 4, 2024
1 parent 02138fb commit adfa371
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@ public SSOAuthenticationProvider(
protected void configure() {

bind(AuthenticationProvider.class).toInstance(SSOAuthenticationProvider.this);
bind(Environment.class).toInstance(LocalEnvironment.getInstance());
bind(SSOAuthenticationProviderService.class).to(authService);

// Bind custom SSOResource implementation if different from
Expand Down

0 comments on commit adfa371

Please sign in to comment.