Commit 140b81ce authored by John Franklin's avatar John Franklin
Browse files

Issue #3315394 by John Franklin: Fix a warning when creating a new client configuration.

parent 8aaffe8f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -85,7 +85,7 @@ class OpenIDConnectLoginGovClient extends OpenIDConnectClientBase {
  public function defaultConfiguration(): array {
    return [
      'client_id' => '',
      'acr_level' => 'ial/1',
      'acr_level' => ['ial/1'],
      'require_piv' => FALSE,
      'force_reauth' => FALSE,
      'sandbox_mode' => TRUE,