CAS 4.0.1 是否支持 OAuth 授权类型 "Implicit"?

Does CAS 4.0.1 support OAuth Grant Type "Implicit"?

CAS 目前 (4.0.x) 是否支持除 "Authorization Code" 之外的任何其他授权类型?

不,它仅支持此处记录的授权码授予:http://jasig.github.io/cas/4.0.x/protocol/OAuth-Protocol.html and as is shown in the code here: https://github.com/Jasig/cas/tree/master/cas-server-support-oauth/src/main/java/org/jasig/cas/support/oauth/web它甚至不 parse/interpret response_type 参数,它默认为 code 流。