Reputation: 25
I have to store some delicate information on the attributes for an Oauth token. Everything works fine but my client will like the attributes to be stored encrypted. Is there a configuration or a way to do this without pre and post processing them with JS.
Upvotes: 1
Views: 50
Reputation: 1208
Nope. Storing is part of minting the token and the only way to encrypt data is with a call out to JS or Java.
Upvotes: 1