RefGuide typo

This commit is contained in:
Jan Høydahl 2020-05-15 00:48:16 +02:00
parent 08360a2997
commit 5eea9758c9
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ The next example shows configuring using https://openid.net/specs/openid-connect
"class": "solr.JWTAuthPlugin",
"wellKnownUrl": "https://idp.example.com/.well-known/openid-configuration",
"clientId": "xyz",
"redirectUri": "https://my.solr.server:8983/solr/"
"redirectUris": "https://my.solr.server:8983/solr/"
}
}
----