Skip to content
Snippets Groups Projects
Commit 385a3c35 authored by Jaime Perez's avatar Jaime Perez
Browse files

aggregator2: add missing colons.

parent a0de9574
No related branches found
No related tags found
No related merge requests found
...@@ -92,19 +92,19 @@ The aggregator can be configured with the following options: ...@@ -92,19 +92,19 @@ The aggregator can be configured with the following options:
: * `saml2`: all the entities that support the SAML 2.0 protocol. : * `saml2`: all the entities that support the SAML 2.0 protocol.
: * `shib13` all the entities that support the SAML 1.1 protocol. : * `shib13`: all the entities that support the SAML 1.1 protocol.
: * `saml20-idp` all the identity providers that support the SAML 2.0 protocol. : * `saml20-idp`: all the identity providers that support the SAML 2.0 protocol.
: * `saml20-sp` all the service providers that support the SAML 2.0 protocol. : * `saml20-sp`: all the service providers that support the SAML 2.0 protocol.
: * `saml20-aa` all the attribute authorities that support the SAML 2.0 protocol. : * `saml20-aa`: all the attribute authorities that support the SAML 2.0 protocol.
: * `shib13-idp` all the identity providers that support the SAML 1.1 protocol. : * `shib13-idp`: all the identity providers that support the SAML 1.1 protocol.
: * `shib13-sp` all the service providers that support the SAML 1.1 protocol. : * `shib13-sp`: all the service providers that support the SAML 1.1 protocol.
: * `shib13-aa` all the attribute authorities that support the SAML 1.1 protocol. : * `shib13-aa`: all the attribute authorities that support the SAML 1.1 protocol.
: *Note*: this option will not filter the entities in the cached metadata sources. It will only act as a default : *Note*: this option will not filter the entities in the cached metadata sources. It will only act as a default
configuration for the generation of the metadata aggregate, and therefore can be overriden per request. configuration for the generation of the metadata aggregate, and therefore can be overriden per request.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment