jas_go

Results 1 comments of jas_go

> dolphinscheduler/ui/login?authType=oauth2&error=oauth2%20auth%20error,跳转过程中有没有遇到这个问题? 可能是取token的请求不兼容,ds取token的post请求secret放在body,其他放到param。而有些认证系统所有请求信息都从body取的 code link: https://github.com/apache/dolphinscheduler/blob/5e2abd7442b8aaf50e7f76e150ab12732c32e362/dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/controller/LoginController.java#L232