Class OidcRestController

java.lang.Object
org.dspace.app.rest.OidcRestController

@RestController @RequestMapping("/api/authn/oidc") public class OidcRestController extends Object
Rest controller that handles redirect after OIDC authentication succeded.
Author:
Luca Giamminonni (luca.giamminonni at 4science.it)
  • Constructor Details

    • OidcRestController

      public OidcRestController()
  • Method Details

    • afterPropertiesSet

      @PostConstruct public void afterPropertiesSet()
    • oidc

      @RequestMapping(method=GET) public void oidc(javax.servlet.http.HttpServletResponse response, @RequestParam(name="redirectUrl",required=false) String redirectUrl) throws IOException
      Throws:
      IOException