1
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Spring Security OAuth2はあと数年でサポート終了、その代替策

Last updated at Posted at 2019-11-21

Spring Projectからの発表

重要な点は下記2点です

  • 世の中に認可サーバー製品がたくさんあるので、Spring Securityではサポートしないことを決定しました
  • Spring Security OAuth2は、2.3.xは2020年3月でEOL、2.4.xはFeature Parityに達してから(?)1年はサポートします

ということで、Spring Security OAuth2を使っている方は、なるべく早く移行することをおすすめします(下記)。

クライアントおよびリソースサーバーの移行

Spring Security 5.x本体のOAuth2機能を使いましょう。

認可サーバーの移行

Keycloakなど、他の製品に移行しましょう。

参考資料

1
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?