Hello All,
A few of questions around the support available cas-server-support-oauth module in 5.0.0
1. We have a scenario where we want to plug our own services to generate the access tokens, for this we were planning to override the OAuth20AccessTokenController and plug the services in
2. In the new overridden DerivedOAuth20AccessTokenController, we will override the handleRequestInternal method and plug in the logic to get the access token from our acesstokenservice
3. We would also have to override the generateAccessToken from the BaseOAuthWrapperController where we can autowire our AccessTokenFactory
The questions are around how to override the beans for OAuth20AccessTokenController and AccessTokenFactory. Do we still use the deployerContextConfig or are there new enhancements in the latest release? What are the properties that need to be used to override these classes?
We are also looking to generate the access tokens using the grant_type=password
Also - wanted to confirm that the date for the release of 5.0.0 is September 30, 2016.
All help is appreciated.
Thanks,
Rohit