spring-authorization-server icon indicating copy to clipboard operation
spring-authorization-server copied to clipboard

Add mappings to/from intermediate objects for NoSQL support

Open sjohnr opened this issue 3 years ago • 1 comments
trafficstars

This is a draft solution for supporting NoSQL databases. It uses intermediary objects (currently called "Resources", but open to better names) to simplify a transformation to/from JSON. The intermediary objects support full serialization to JSON with the use of the OAuth2AuthorizationServerJackson2Module. Supports the following:

  • Handles iterating/mapping supported token types, removing the need for applications to do this
  • Converts enumerated types to/from strings with support for "custom" types
  • Converts authorities to/from strings
  • Supports custom settings values

Issue gh-558

sjohnr avatar Jan 18 '22 23:01 sjohnr

Hello, there is no normal merging

HKMV avatar Jul 16 '22 14:07 HKMV

Closing for now. May re-open when we revisit this.

sjohnr avatar Nov 02 '22 22:11 sjohnr