Oauth2.0 attributes encrypted

60 Views Asked by At

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.

1

There are 1 best solutions below

0
On

Nope. Storing is part of minting the token and the only way to encrypt data is with a call out to JS or Java.