mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
GUACAMOLE-1239: Remove Environment binding from SSO base class.
This commit is contained in:
@@ -112,7 +112,6 @@ public abstract class SSOAuthenticationProvider extends AbstractAuthenticationPr
|
|||||||
protected void configure() {
|
protected void configure() {
|
||||||
|
|
||||||
bind(AuthenticationProvider.class).toInstance(SSOAuthenticationProvider.this);
|
bind(AuthenticationProvider.class).toInstance(SSOAuthenticationProvider.this);
|
||||||
bind(Environment.class).toInstance(LocalEnvironment.getInstance());
|
|
||||||
bind(SSOAuthenticationProviderService.class).to(authService);
|
bind(SSOAuthenticationProviderService.class).to(authService);
|
||||||
|
|
||||||
// Bind custom SSOResource implementation if different from
|
// Bind custom SSOResource implementation if different from
|
||||||
|
Reference in New Issue
Block a user