I have two apps. app1 has an api say /salarydetail?userid=abc123 and I want to access this api from app2. App1 is oidc secured. now how to access this api? I want to do Http call like by using RestTemplate in Spring Boot app.
A
alok
@alok
I have two apps. app1 has an api say /salarydetail?userid=abc123 and I want to access this api from app2. App1 is oidc secured. now how to access this api? I want to do Http call like by using RestTemplate in Spring Boot app.