Package de.trustable.ca3s.core.web.html
Class OpenidConfigurationController
- java.lang.Object
-
- de.trustable.ca3s.core.web.html.OpenidConfigurationController
-
@Controller @RequestMapping("/auth/realms") public class OpenidConfigurationController extends Object
-
-
Constructor Summary
Constructors Constructor Description OpenidConfigurationController()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidgetOpenidConfiguration(javax.servlet.http.HttpServletResponse response)
-
-
-
Method Detail
-
getOpenidConfiguration
@GetMapping(value="/{realm}/.well-known/openid-configuration", produces="application/json") public void getOpenidConfiguration(javax.servlet.http.HttpServletResponse response) throws IOException- Throws:
IOException
-
-