我創建了一個自定義認證端點,如https://www.custom-auth.localpc,當我嘗試登錄時,它正被WSO2重定向到。 但是,當我單擊確定並將POST發送回http://localhost:9443/commonauth時,WSO2用302重新定向至http://localhost:9443/https://www.custom-auth.localpc?loginStatus=true。WSO2 - 無法在定製認證端點後重定向POST
當我檢查控制檯日誌,我發現了以下錯誤:
ERROR {org.wso2.carbon.identity.application.authentication.framework.handler.request.impl.DefaultRequestCoordinator} - Exception in Authentication Framework org.wso2.carbon.identity.application.authentication.framework.exception.FrameworkException: No authenticator can handle the request in step : 1
請求登錄正確配置,因爲它與WSO2默認驗證端點工程服務提供商。
對此有何想法?
您可以請啓用調試日誌,如下所述,並共享日誌。 打開 /repository/conf/log4j.properties文件。 在行下取消註釋 log4j.logger.org.wso2.carbon.identity.application.authentication.framework = DEBUG。 重新啓動服務器。 啓動認證流程。 分享登錄控制檯或 /repository/logs/wso2carbon.log –