Error:
Failed to load URLs from http://localhost:8080/auth/realms/SHL1/.well-known/openid-configuration
java.lang.Exception: Not Found
at org.keycloak.adapters.KeycloakDeployment.getOidcConfiguration(KeycloakDeployment.java:233) ~[keycloak-adapter-core-18.0.0.jar:18.0.0]
I am getting above error when trying to call a api for SP initiated flow in spring boot app .
I am attaching the entire source here on github : github Source code URL . Also i have attached file to entire error log on github .
PLEASE HELP ME GET THIS RESOLVED .