当从KeyCloak登录页面进行身份验证时,它会将会话代码作为查询参数进行传递。有没有办法避免这种情况,并以不同的方式传递会话代码(例如:作为头参数) POST https://xxx/auth/realms/xxx/login-actions/authenticate?session_code=xxxxxxxxx&execution=xxxxxx&client_id=xxx&tab_id=xxxx HTTP/1.1
当我在使用proguard时,我得到了以下异常(注意,没有Proguard,一切都很好): at com.path.to.my.callback.onResponse(Unknown Source)
at retrofit.ExecutorCallAdapterFactory$ExecutorCallback$1.run(Unknown Source