Module settings
All properties start with the oauth2Module. prefix.
Property | Type | Description | Default |
---|---|---|---|
approval.formEndpoint |
|
Optional Specifies whether the default spring endpoint for the approval form should be used (when left empty) or the custom endpoint that redirects to a custom form. |
"" |
approval.handler |
|
Optional Specify how user approvals should be handled and remembered (defaults to storing approvals in an approval store). |
APPROVAL_STORE |
approval.store |
|
Optional Specify the type of approval store that should be used (defaults to jdbc - storing approvals in database). |
JDBC |
useJdbcAuthorizationCodeServices |
|
Optional Specifies whether the authorization process should use a jdbcAuthorizationCodeService instead of the default inMemoryAuthorizationCodeService. Only relevant if SpringSecurityAclModule is active. |
false |
useLockingForTokenCreation |
|
Should the |
true |