Angular login with azure adfs and springboot api

592 views Asked by At

I have a webapp in angular 11 and the backend with springboot 2.4.4. I use JWT for login and the users are in the db but now I have to change to login with azure adfs. I have not idea how do it. I read and tried loging in angular, but i don't know how login in angular with azure and use this token in the springboot security back. Someone can help me?

1

There are 1 answers

0
unknown On

We could use Authorization Code flow for a webapp with angular and the backend with springboot.

There is a demo using Angular app as Client and Spring Boot app as Resource Server. Code in github .