我需要自定義commonauth和samlsso端點以傳遞一些查詢參數,我希望將它返回給我的服務提供者以獲得大量用例。哪些碳或IS項目爲每個這些webapps保存代碼?WSO2 Identity Server - commonauth和samlsso webapps的代碼
- /commonauth
- /samlsso
我做了一些搜索,但我不確定我正在尋找正確的東西,所以幫助表示讚賞!
我需要自定義commonauth和samlsso端點以傳遞一些查詢參數,我希望將它返回給我的服務提供者以獲得大量用例。哪些碳或IS項目爲每個這些webapps保存代碼?WSO2 Identity Server - commonauth和samlsso webapps的代碼
我做了一些搜索,但我不確定我正在尋找正確的東西,所以幫助表示讚賞!
你可以從[1]找到Commonauth的源代碼,從[2]可以找到samlsso的源代碼。的源代碼是用於IS 5.1.0
[1] https://github.com/wso2/carbon-identity/tree/master/components/authentication-framework [2] https://github.com/wso2/carbon-identity/tree/master/components/sso-saml
由於
你知道哪裏可以找到適用於IS 5.0.0的org.wso2.carbon.identity.application.authentication.endpoint的最新補丁代碼嗎? –
最新的代碼包含IS 5.0.0中的所有補丁,並且gso hub中提供了由wso2提供的所有補丁的源代碼。 – Hasanthi
任何特定的網址?我們在困難時期遇到困難。我們發現的任何東西,調試器在連接時都有幾條線路斷開。 –