@@ -248,32 +248,32 @@ def generate_config_section(self, config_dir_path, server_name, **kwargs):
248248 # remote:
249249 # - url: https://our_idp/metadata.xml
250250 #
251- # # By default, the user has to go to our login page first. If you'd like
252- # # to allow IdP-initiated login, set 'allow_unsolicited: true' in a
253- # # 'service.sp' section:
254- # #
255- # #service:
256- # # sp:
257- # # allow_unsolicited: true
251+ # # By default, the user has to go to our login page first. If you'd like
252+ # # to allow IdP-initiated login, set 'allow_unsolicited: true' in a
253+ # # 'service.sp' section:
254+ # #
255+ # #service:
256+ # # sp:
257+ # # allow_unsolicited: true
258258 #
259- # # The examples below are just used to generate our metadata xml, and you
260- # # may well not need them, depending on your setup. Alternatively you
261- # # may need a whole lot more detail - see the pysaml2 docs!
259+ # # The examples below are just used to generate our metadata xml, and you
260+ # # may well not need them, depending on your setup. Alternatively you
261+ # # may need a whole lot more detail - see the pysaml2 docs!
262262 #
263- # description: ["My awesome SP", "en"]
264- # name: ["Test SP", "en"]
263+ # description: ["My awesome SP", "en"]
264+ # name: ["Test SP", "en"]
265265 #
266- # organization:
267- # name: Example com
268- # display_name:
269- # - ["Example co", "en"]
270- # url: "http://example.com"
266+ # organization:
267+ # name: Example com
268+ # display_name:
269+ # - ["Example co", "en"]
270+ # url: "http://example.com"
271271 #
272- # contact_person:
273- # - given_name: Bob
274- # sur_name: "the Sysadmin"
275- # email_address": ["admin@example.com"]
276- # contact_type": technical
272+ # contact_person:
273+ # - given_name: Bob
274+ # sur_name: "the Sysadmin"
275+ # email_address": ["admin@example.com"]
276+ # contact_type": technical
277277
278278 # Instead of putting the config inline as above, you can specify a
279279 # separate pysaml2 configuration file:
0 commit comments