spring-projects / spring-security

Spring Security
http://spring.io/projects/spring-security
Apache License 2.0
8.55k stars 5.79k forks source link

Add support OAuth 2.0 Step-up Authentication Challenge Protocol #15091

Open CrazyParanoid opened 1 month ago

CrazyParanoid commented 1 month ago

Need to add support OAuth 2.0 Step-up Authentication Challenge Protocol. Now I use custom validators on the server resource side: JwtAuthenticationContextClassReferenceValidator and JwtMaxAgeValidagtor. I can add it to spring security.