OAuth/OpenID Connect Provider Server configuration

Data Source Type (com.soa.oauth.provider.server.config.datasource)

Datasource indicates the Oauth persistent store to be either SQL store or NOSQL store. If the value is 'NOSQL,JDBC' NOSQL is tried first and on failover JDBC store is used.

Default: JDBC

Token Value To Col Length (com.soa.oauth.provider.server.config.tokenValue2ColLength)

New column TokenValue2 has been added with type varchar in DB to save space storing token value. The length in DB is 4000 and the value cannot exceed 3999 in length unless the column length has been modified in DB.

Default: 3999