Skip to content
Snippets Groups Projects
Commit e01faeb8 authored by Thijs Kinkhorst's avatar Thijs Kinkhorst
Browse files

Drop mention of non-working 'url' config option.

Since the functional description is that it would fill OrganizationURL,
for which a config option already exists, there's no use to make it
work, rather just simplify and drop the docs.
parent b190bae7
Branches
Tags
No related merge requests found
...@@ -390,16 +390,6 @@ Options ...@@ -390,16 +390,6 @@ Options
`SingleLogoutServiceLocation` `SingleLogoutServiceLocation`
: The Single Logout Service URL published in the generated metadata. : The Single Logout Service URL published in the generated metadata.
`url`
: A URL to your service provider. Will be added as an OrganizationURL-element in the metadata.
: This option can be translated into multiple languages by specifying the value as an array of language-code to language-specific URL:
'url' => [
'en' => 'http://sp.example.net/en/info.html',
'no' => 'http://sp.example.net/no/info.html',
],
`validate.logout` `validate.logout`
: Whether we require signatures on logout messages sent to this SP. : Whether we require signatures on logout messages sent to this SP.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment