Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 1.35 KB

README.md

File metadata and controls

32 lines (20 loc) · 1.35 KB

Spring authorization server using OIDC implement

About The Project

About The Project

After announcement about APIs related to Java has been deprecated of Keycloak. Spring released versions of Spring Cloud Authorization Server for authentication/authorization based on Spring Security for providing the solution for the gap of deprecated APIs of Keycloak.

What is being deprecated:

  • OpenID Connect Java adapters
  • OpenID Connect Node.js adapters
  • SAML Tomcat and Jetty adapters

What is not being deprecated:

  • OpenID Connect client-side JavaScript adapter
  • SAML WildFly and servlet filter

Notices: Spring Cloud Authorization Server is new, so it has less of tutorial and fewer features mature enough.

Build with:

  • Java 17
  • Spring framework 6.0
  • Spring boot 3.0
  • Spring authorization server 1.0

Getting Started