12 Ekim 2021 Salı

SpringSecurity OAuth2 Resource Server Kullanımı

Giriş
1. HttpSecurity sınıfının oauth2ResourceServer() metodu ile ayarlar yapılır. Bu metodu bir OAuth2ResourceServerConfigurer döndürür.

2. application.properties dosyasında ayarları yapılır

3. WebSecurityConfigurerAdapter sınıfına @EnableWebSecurity ve  eğer metod level security istiyorsak @EnableGlobalMethodSecurity(jsr250Enabled = true) anotasyonları eklenir.

Hiç yorum yok:

Yorum Gönder