Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我可以使用 OpenSAML 创建断言,但我想对其进行签名。可以通过两种方式进行签名: 1. 自签名 2. 使用第三方(威瑞信等)
使用 OpenSAML 对断言进行自签名的步骤是什么?
要对断言进行自签名,您需要 jks 文件。以下是创建 jks 文件的说明:
使用该 jks 文件对断言进行自签名。对于自签名,您可以使用以下链接中的示例
谷歌搜索opensaml,java,签名断言给出了签名部分的完整代码示例。使用openssl或keytool生成密钥对和证书。
openssl
keytool