我已经执行的OAuth使用ADFS 4.0的服务提供商离子应用。
现在,有被添加作为内部应用程序的链接,它们通过ADFS SAML注册一些内部网站。
我从ADFS注册下列参数
Authentication protocol: SAML
Relying party identifier: https://goto.abc.com
SAML Assertion Consumer endpoint: https://goto.abc.com/auth/postResponse (POST)
SAML Logout endpoint: https://goto.abc.com/auth/logout (Redirect)
Hash algorithm: SHA-256
Signature verification certificate: self-signed from goto.abc.com.
是否有可以使用这些参数或可以交换的OAuth和SAML令牌允许访问这些网站的任何实现。