I've configured some additional_information in the oauth_client_details table which i need to send as a additional data in access token response.
Tried calling OAuth2AccessToken.getAdditionalInformation()
which is giving empty
Also can somebody explain the use of
Map<String, Object> getAdditionalInformation() in org.springframework.security.oauth2.provider.ClientDetails