File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -154,8 +154,6 @@ Common configuration parameters:
154
154
155
155
The metadata could be loaded in multiple ways in the table above it's loaded from a static
156
156
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".
159
157
160
158
**Examples:**
161
159
@@ -172,10 +170,6 @@ Metadata from remote URL:
172
170
-cert:null
173
171
}
174
172
175
- Metadata from discovery server :
176
-
177
- disco_srv : http://disco.example.com
178
-
179
173
For more detailed information on how you could customize the SAML entities configuration please visit :
180
174
https://dirg.org.umu.se/static/pysaml2/howto/config.html
181
175
@@ -206,6 +200,13 @@ under the SP element in the configuration file. By defining the **hash_type** at
206
200
in the configuration it's possible to enter a name_id_format in the authentication
207
201
request sent to the identity provider.
208
202
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
209
210
210
211
# ## <a name="openid_plugin" style="color:#000000">OpenID Connect plugins</a>
211
212
You can’t perform that action at this time.
0 commit comments