Open Authentication Module store token?

0
I would like to be able to keep using the Google API after connecting through SSO. Is it possible to store the token parameters into a NPE after the authentication has been performed? 
asked
1 answers
0

By changing the java code a bit this should be possible and then make sure to associate the new NPE to the session so that the token data can be retrieved.

answered