Fix typos
Closes gh-3608
This commit is contained in:
@@ -499,7 +499,7 @@ on the classpath. This provider supports these parameters:
|
||||
|
||||
The following types can be used:
|
||||
|
||||
* Any `java.lang.Enum` that list the possible values for the property (By all means, try to
|
||||
* Any `java.lang.Enum` that lists the possible values for the property (By all means, try to
|
||||
define the property with the `Enum` type instead as no further hint should be required for
|
||||
the IDE to auto-complete the values).
|
||||
* `java.nio.charset.Charset`: auto-completion of charset/encoding values (e.g. `UTF-8`)
|
||||
|
||||
@@ -1880,7 +1880,7 @@ provider for more flexibility).
|
||||
|
||||
To limit the scope that the client asks for when it obtains an access token you can set
|
||||
`security.oauth2.client.scope` (comma separated or an array in YAML). By default the scope
|
||||
is empty and it is up to to Authorization Server to decide what the defaults should be,
|
||||
is empty and it is up to Authorization Server to decide what the defaults should be,
|
||||
usually depending on the settings in the client registration that it holds.
|
||||
|
||||
NOTE: There is also a setting for `security.oauth2.client.client-authentication-scheme`
|
||||
|
||||
Reference in New Issue
Block a user