Skip to content

Commit fe1eb50

Browse files
Update README.md
1 parent 163a08a commit fe1eb50

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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
321321
If 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
{

0 commit comments

Comments
 (0)