spring-projects / spring-authorization-server

Spring Authorization Server
https://spring.io/projects/spring-authorization-server
Apache License 2.0
4.78k stars 1.25k forks source link

Spring Authorization Server API #1632

Closed rcbandit111 closed 1 month ago

rcbandit111 commented 1 month ago

I have the following question: Currently I have a legacy application Spring Boot application which sed Cloud Foundry UAA server for authorization using the following use case:

Client sends username and password with authorization type password. Custom JWT token is returned for internal communication between microservices. Can I use Spring Boot Authorization Server the same way: Sent username and password with authorization type password and get a custom JWT token as a response?