diff --git a/src/config.yaml b/src/config.yaml index f18f67c..1ca2272 100644 --- a/src/config.yaml +++ b/src/config.yaml @@ -50,3 +50,15 @@ options: Default is on. This can be used for testing with something like testshib if you are behind a NAT. + authn-requests-signed: + type: boolean + default: true + description: | + Indicates whether the messages sent by the + service provider (mellon) will be signed. + want-assertions-signed: + type: boolean + default: true + description: | + Indicates a requirement for the elements received + by this service provider to be signed. diff --git a/src/templates/mellon-sp-metadata.xml b/src/templates/mellon-sp-metadata.xml index 8d316f2..eb67a76 100644 --- a/src/templates/mellon-sp-metadata.xml +++ b/src/templates/mellon-sp-metadata.xml @@ -1,5 +1,11 @@ - - + + {{ options.sp_signing_keyinfo }}