我正在學習實現Saml,到目前爲止,我已經從此鏈接下載了saml的彈簧安全示例https://github.com/spring-projects/spring-security-saml/tree/master/sample,查看了參考指南和各種其他SAML鏈接。saml身份驗證請求在Spring Security Saml中產生的位置示例
我需要問的一件事是,由於服務提供者必須發送Saml AuthRequest,我們在程序中如何定義它。
我試圖實現該示例,並創建了虛擬項目以與OpenAM協同工作,該協議對SSO工作正常,但我並不明白從何處獲取Saml Auth請求。
I got to know that the SP's system itself is going to generate authentication request and send it to IDP using SAML 2.0 protocol. I need help about the parameters i need to pass so that i can customize my own saml authentication request
任何幫助非常感謝!提前致謝。 (我知道它的一個愚蠢的問題要問,但是不能幫助它,因爲我沒有得到任何的想法。)
非常感謝,它已經清除了我的想法,但我讀了一些地方需要將我們的authrequest綁定到HTTP或SOAP請求中,我們可以使用opensaml庫來做到嗎?,另一個我的問題是如果我需要將xacml添加到auth請求中,那麼我需要在metadatagenerator類本身中進行自定義 – joga
好的,我已經更新了我的理解。現在我進入了Saml 2.0的XACML 2.0配置文件,我瞭解到我必須將屬性綁定到saml入口點來實現XACML,對嗎?我想使用forgerock openam,並且使用SAML來實現它,請問我該怎麼讀,才能進入第一步。 – joga