• Private Policy
  • Contact
Follow me
  • English
  • Tiếng Việt
Huong Dan Java
  • Java
    • Java Core
    • Java Lambda Expression
    • Java Fundamentals
    • Java Stream
    • Java Tools
    • Java XML
  • Jakarta EE
    • CDI
    • JSON Binding
    • JSON Processing
    • MVC
    • Persistence
    • RESTful Web Services
    • Servlet
  • Frameworks
    • Apache Camel
    • Apache Struts
    • Javalin
    • gRPC
    • Hibernate
    • Micronaut
    • MicroProfile
    • Mule Enterprise Service Bus
    • OpenId Connect
    • Quarkus
    • Spring
      • Spring AI
      • Spring Authorization Server
      • Spring Boot
      • Spring Cloud Gateway
      • Spring Cloud GCP
      • Spring Cloud Netflix
      • Spring Data JPA
      • Spring Data MongoDB
      • Spring Data R2DBC
      • Spring for Apache Kafka
      • Spring GraphQL
      • Spring Framework
      • Spring Integration
      • Spring MVC
      • Spring Security
      • Spring Session
      • Spring WebFlux
      • Spring WebSocket
    • Spark
    • Vaadin
  • Libraries
    • Apache
      • Apache ActiveMQ
      • Apache Commons IO
      • Apache FreeMarker
      • Apache HTTP Components
      • Apache Ignite
      • Apache Tiles
    • AspectJ
    • Database Migration
    • EhCache
    • GraphQL
    • Jackson
    • JSch
    • Log4J
    • Project Lombok
    • Project Reactor
    • Quartz Scheduler
    • Thymeleaf
    • Resilience4j
    • RxJava
  • Testing
    • Mockito
    • PowerMock
    • Selenium
    • Testcontainers
  • Open Source
    • Apache APISIX
    • Apache Kafka
    • Debezium
    • Distributed Application Runtime
    • Grafana
    • Keycloak
    • Prometheus
    • RabbitMQ
    • Redis
    • SonarQube
  • DevOps
    • Cloud Foundry
    • Cloud Provider
      • Google Cloud Platform
    • Docker
    • Helm
    • Kubernetes
    • Jenkins
    • Nexus Repository Manager
    • OpenShift
  • Tool
    • Apache Ant
    • Apache Maven
    • CVS
    • Eclipse
    • FTP
    • IntelliJ
    • Git
    • Nginx
    • OpenAPI
    • RAML
  • Database
    • MongoDB
    • MySQL
    • PostgreSQL
  • Server Runtime
    • Apache Tomcat
    • JBoss WildFly
  • Others
    • JavaScript
    • Huong Dan Java Logger
    • Algorithm
    • mvnForum
    • Questions Management
      • Questions Management – Stage 1
      • Questions Management – Stage 2
  • Books

Spring Authorization Server

“Spring Authorization Server – From the basics – Second Edition” Book

“Spring Authorization Server – From the basics – Second Edition” Book

3 years ago by Khanh NguyenSpring Authorization Server

With the desire to give you a complete guide on building an Authorization Server using Spring Authorization Server, I took the time to write the book “Spring Authorization Server – From the basics – Second Edition”. You can buy this book here: This book covers… Read More

Store RegisteredClient to database in Spring Authorization Server

Store RegisteredClient to database in Spring Authorization Server

4 years ago by Khanh NguyenSpring Authorization Server

In the previous tutorial, I showed you how to implement an Authorization Server using Spring Authorization Server, but the information about RegisteredClient in this tutorial is stored in memory. To store RegisteredClient information in the database, how will we do it? In this tutorial, I… Read More

Define JSON Web Key Set for Authorization Server using Spring Authorization Server and PKCS12 key store file

Define JSON Web Key Set for Authorization Server using Spring Authorization Server and PKCS12 key store file

4 years ago by Khanh NguyenSpring Authorization Server

The JSON Web Key Set is a collection of JSON Web Key public keys provided by the Authorization Server so that the Resource Server can verify the access token sent by the Client Application. In the tutorial about implementing OAuth Authorization Server using Spring Authorization Server,… Read More

Token revocation with Spring Authorization Server

Token revocation with Spring Authorization Server

4 years ago by Khanh NguyenSpring Authorization Server

To revoke a valid access token, stop the Client Application from using that access token, we will use the token revocation endpoint. With the Authorization Server built using Spring Authorization Server, you can use the following POST request to revoke an access token: http://localhost:8080/oauth2/revoke. For… Read More

Token introspection with Spring Authorization Server

Token introspection with Spring Authorization Server

4 years ago by Khanh NguyenSpring Authorization Server

To check if an access token is still valid, expired, revoked, or issued by our Authorization Server, we will use the token introspection endpoint of the Authorization Server to do this. With Authorization Server implemented using Spring Authorization Server, you can use the token introspection… Read More

Configure expiration time for access tokens in Spring Authorization Server

Configure expiration time for access tokens in Spring Authorization Server

4 years ago by Khanh NguyenSpring Authorization Server

A big advantage of OAuth2 is that it can allow us to limit the amount of time a request with a particular access token is allowed to use resources. An access token will determine its expiration time, API resources will rely on this expiration time… Read More

Implement OAuth Authorization Server using Spring Authorization Server

Implement OAuth Authorization Server using Spring Authorization Server

4 years ago by Khanh NguyenSpring Authorization Server

The Authorization Server in OAuth has the task of issuing an access token that allows the Client Application to use this access token to request the resource it needs to use. The Resource Server will validate this access token with the Authorization Server every time… Read More

Spring Authorization Server Ebook

Search Google


Announcement

  • Contact Form error should be fixed(20 July, 2021)

Most Viewed

  • Install Node.js on macOS (443,653)
  • Contact (71,523)
  • Push a local GIT repository into a remote GIT repository (60,847)
  • Ignore case sensitive for table name in JPA with Hibernate implementation (36,106)
  • Access HttpServletRequest and HttpServletResponse in Spring MVC controller (33,551)
  • Implement OAuth Authorization Server using Spring Authorization Server (32,344)
  • Some ways to initialize Optional object in Java (28,048)
  • Get base URL in Controller in Spring MVC and Spring Boot (27,917)
  • Get access token using refresh token with Keycloak (24,786)
  • mvnForum 0.0.4 released (23,748)

Recent Comments

  • Raj on Generate JSON data using Java class annotated with JAXB annotation, using Jackson library
  • khoannh on Git
  • Maxi on Configure Web Origin in Keycloak
  • Binod on Store RegisteredClient to database in Spring Authorization Server
  • Khanh Nguyen on “Spring Authorization Server – From the basics – Second Edition” Book

Links

  • Huong Dan Kotlin

Twitter

Follow @KhanhNguyenJ
  • Private Policy
  • Contact
Theme: GoMedia by ThemeJunkie. Back To Top