FAForever/faf-java-api

Support OAuth tokens from Ory Hydra along with legacy tokens

Brutus5000 opened this issue · 0 comments

The Spring Security OAuth library is deprecated and the replacement does not offer the features of an OAuth Authorisation server.
Therefore reimplemented OAuth 2.0 OpenID Connect login for FAF in the faf-user-service. However since we can't have a big-bang migration we need to have a transition path.

Therefore we need to support the current tokens as well as the new customized Ory Hydra OpenID Connect tokens.