@@ -276,7 +276,7 @@ The following options can be set:
276276 no effect) or a callable. When used as a callable, the static class method must accept the
277277 SP metadata config as a parameter and return a boolean.
278278
279- ### Encrypting assertions
279+ ## Encrypting assertions
280280
281281It is possible to encrypt the assertions sent to a SP. Currently the
282282only algorithm supported is ` AES128_CBC ` or ` RIJNDAEL_128 ` .
@@ -310,7 +310,7 @@ of the SP.
310310* ` http://www.w3.org/2009/xmlenc11#aes192-gcm `
311311* ` http://www.w3.org/2009/xmlenc11#aes256-gcm `
312312
313- ### Fields for signing and validating messages
313+ ## Fields for signing and validating messages
314314
315315SimpleSAMLphp only signs authentication responses by default.
316316Signing of logout requests and logout responses can be enabled by
@@ -328,24 +328,24 @@ These options overrides the options set in `saml20-idp-hosted`.
328328 responses received from this SP should be validated. The default is
329329 ` FALSE `
330330
331- #### Example: Configuration for validating messages
331+ ### Example: Configuration for validating messages
332332
333333``` php
334334'redirect.validate' => true,
335335'certificate' => 'example.org.crt',
336336```
337337
338- ### Fields for scoping
338+ ## Fields for scoping
339339
340- Only relevant if you are a proxy/bridge and wants to limit the idps this
341- sp can use.
340+ Only relevant if you are a proxy/bridge and want to limit the IdPs on your proxy
341+ that this SP can use.
342342
343343` IDPList `
344344: The list of scoped IdPs, i.e. the list of entityids for IdPs that are
345345relevant for this SP. It will override any list set in the IdP's
346346metadata.
347347
348- #### Example: Configuration for scoping
348+ ### Example: Configuration for scoping
349349
350350``` php
351351'IDPList' => ['https://idp1.wayf.dk', 'https://idp2.wayf.dk'],
0 commit comments