Skip to content

Commit f8c02ca

Browse files
author
Rebecka Gulliksson
committed
Update documentation about discovery service in SAML backend.
1 parent 2f57e52 commit f8c02ca

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

doc/README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -154,8 +154,6 @@ Common configuration parameters:
154154

155155
The metadata could be loaded in multiple ways in the table above it's loaded from a static
156156
file by using the key "local". It's also possible to load read the metadata from a remote URL.
157-
The final way to load metadata is by using a discovery server, in order to achieve this enter an URL
158-
in the "disco_srv".
159157

160158
**Examples:**
161159

@@ -172,10 +170,6 @@ Metadata from remote URL:
172170
-cert:null
173171
}
174172

175-
Metadata from discovery server:
176-
177-
disco_srv: http://disco.example.com
178-
179173
For more detailed information on how you could customize the SAML entities configuration please visit:
180174
https://dirg.org.umu.se/static/pysaml2/howto/config.html
181175

@@ -206,6 +200,13 @@ under the SP element in the configuration file. By defining the **hash_type** at
206200
in the configuration it's possible to enter a name_id_format in the authentication
207201
request sent to the identity provider.
208202

203+
##### Use a discovery service
204+
To allow the user to choose which provider they want to use to authenticate with, specify the
205+
configuration parameter `disco_srv`, e.g.
206+
207+
config:
208+
config: [...]
209+
disco_srv: http://disco.example.com
209210

210211
### <a name="openid_plugin" style="color:#000000">OpenID Connect plugins</a>
211212

0 commit comments

Comments
 (0)