- 
    Type:Task 
- 
    Resolution: Fixed
- 
    Priority:Major 
- 
    Component/s: DB
- 
    None
To support future SolarNet based integrations with OAuth protected services, add support for a database-persisted implementation of the org.springframework.security.oauth2.client.OAuth2AuthorizedClientService Spring Security API.
Spring Security does already include a JdbcOAuth2AuthorizedClientService implementation, but that does not support a custom SQL schema, so extending that or writing a new implementation will be necessary.