Reputation: 1680
I want to use Spring Authorization Server with Federated Identity Providers. I don't need Internal database in this case. Is it possible to disable it or skip configuration for database?
Upvotes: 2
Views: 124
Reputation: 4235
I suppose it is possible to symetricly encrypt the federated providers refresh tokens and validate the refresh tokens by decrypting and delegating the token endpoint to the federated one.
Upvotes: 0