File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -319,14 +319,14 @@ we maintain it for compatibility and also to be used on test environment.
319319## Handling Multiple IdP Certificates
320320
321321If the IdP metadata XML includes multiple certificates, you may specify the `idp_cert_multi`
322- parameter. When used, `idp_cert` and `idp_cert_fingerprint` are ignored. This is useful in the
323- following scenarios:
322+ parameter. When used, the `idp_cert` and `idp_cert_fingerprint` parameters are ignored.
323+ This is useful in the following scenarios:
324324
325325* The IdP uses different certificates for signing versus encryption.
326326* The IdP is undergoing a key rollover and is publishing the old and new certificates in parallel.
327327
328- The `idp_cert_multi` must be a Hash as follows. The `:signing` and `:encryption` arrays below,
329- add the IdP X.509 public certificates published on the IdP metadata.
328+ The `idp_cert_multi` must be a ` Hash` as follows. The `:signing` and `:encryption` arrays below,
329+ add the IdP X.509 public certificates which were published in the IdP metadata.
330330
331331```ruby
332332{
You can’t perform that action at this time.
0 commit comments