OAuth 2 Password Fix

This commit is contained in:
Crystal.Sea
2020-09-16 07:56:27 +08:00
parent 3fff38480b
commit edd4ad7252
12 changed files with 138 additions and 55 deletions

View File

@@ -36,7 +36,7 @@ import org.springframework.web.bind.annotation.ResponseBody;
/**
* @author Crystal.Sea
* https://apereo.github.io/cas/5.0.x/protocol/CAS-Protocol-V2-Specification.html
* https://apereo.github.io/cas/6.2.x/protocol/CAS-Protocol-Specification.html
*/
@Controller
public class Cas10AuthorizeEndpoint extends CasBaseAuthorizeEndpoint{

View File

@@ -41,7 +41,7 @@ import org.springframework.web.bind.annotation.ResponseBody;
/**
* @author Crystal.Sea
* https://apereo.github.io/cas/5.0.x/protocol/CAS-Protocol-V2-Specification.html
* https://apereo.github.io/cas/6.2.x/protocol/CAS-Protocol-V2-Specification.html
*/
@Controller
public class Cas20AuthorizeEndpoint extends CasBaseAuthorizeEndpoint{

View File

@@ -40,7 +40,7 @@ import org.springframework.web.bind.annotation.ResponseBody;
/**
* @author Crystal.Sea
* https://apereo.github.io/cas/5.0.x/protocol/CAS-Protocol.html
* https://apereo.github.io/cas/6.2.x/protocol/CAS-Protocol-Specification.html
*/
@Controller
public class Cas30AuthorizeEndpoint extends CasBaseAuthorizeEndpoint{

View File

@@ -41,7 +41,7 @@ import org.springframework.web.servlet.ModelAndView;
/**
* @author Crystal.Sea
* https://apereo.github.io/cas/5.0.x/protocol/CAS-Protocol-V2-Specification.html
* https://apereo.github.io/cas/6.2.x/protocol/CAS-Protocol.html
*/
@Controller
public class CasAuthorizeEndpoint extends CasBaseAuthorizeEndpoint{