Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
No related merge requests found
...@@ -85,7 +85,7 @@ class OpenIDConnectLoginGovClient extends OpenIDConnectClientBase { ...@@ -85,7 +85,7 @@ class OpenIDConnectLoginGovClient extends OpenIDConnectClientBase {
public function defaultConfiguration(): array { public function defaultConfiguration(): array {
return [ return [
'client_id' => '', 'client_id' => '',
'acr_level' => 'ial/1', 'acr_level' => ['ial/1'],
'require_piv' => FALSE, 'require_piv' => FALSE,
'force_reauth' => FALSE, 'force_reauth' => FALSE,
'sandbox_mode' => TRUE, 'sandbox_mode' => TRUE,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment