public function KeycloakServiceInterface::isSsoEnabled in Keycloak OpenID Connect 8
Whether Keycloak single sign-on (SSO) is enabled.
Return value
bool TRUE, if single sign-on is enabled, FALSE otherwise.
1 method overrides KeycloakServiceInterface::isSsoEnabled()
- KeycloakService::isSsoEnabled in src/
Service/ KeycloakService.php - Whether Keycloak single sign-on (SSO) is enabled.
File
- src/
Service/ KeycloakServiceInterface.php, line 218
Class
- KeycloakServiceInterface
- Keycloak service interface.
Namespace
Drupal\keycloak\ServiceCode
public function isSsoEnabled();