Skip to content

Commit a3f3896

Browse files
committed
update openid discovery note to point to new genoiddiscovery helper
git-svn-id: svn+ssh://svn.code.sf.net/p/migrid/code/trunk@6075 b75ad72c-e7d7-11dd-a971-7dbc132099af
1 parent d5d2715 commit a3f3896

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

mig/install/apache-MiG-template.conf

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1779,8 +1779,9 @@ __IS_VERIFYCERTS_COMMENTED__ <VirtualHost *:${PUBLIC_HTTP_PORT}>
17791779
<IfDefine !SID_FQDN>
17801780
<IfDefine BASE_FQDN>
17811781
# NOTE: the contents of this static file can be generated with:
1782-
# cd __MIG_CODE__ && python shared/httpsclient.py | \
1783-
# grep -A 80 "xml version" > __MIG_STATE__/wwwpublic/oiddiscover.xml
1782+
# cd __MIG_BASE__ && python mig/server/genoiddiscovery.py > \
1783+
# __MIG_STATE__/wwwpublic/oiddiscover.xml
1784+
# when openid is enabled in MiGserver.conf
17841785
Header always set X-XRDS-Location "https://${BASE_FQDN}/public/oiddiscover.xml"
17851786
</IfDefine>
17861787
</IfDefine>
@@ -2380,8 +2381,9 @@ __IS_VERIFYCERTS_COMMENTED__ <VirtualHost *:${PUBLIC_HTTP_PORT}>
23802381
<IfDefine !SID_FQDN>
23812382
<IfDefine BASE_FQDN>
23822383
# NOTE: the contents of this static file can be generated with:
2383-
# cd __MIG_CODE__ && python shared/httpsclient.py | \
2384-
# grep -A 80 "xml version" > __MIG_STATE__/wwwpublic/oiddiscover.xml
2384+
# cd __MIG_BASE__ && python mig/server/genoiddiscovery.py > \
2385+
# __MIG_STATE__/wwwpublic/oiddiscover.xml
2386+
# when openid is enabled in MiGserver.conf
23852387
Header always set X-XRDS-Location "https://${BASE_FQDN}/public/oiddiscover.xml"
23862388
</IfDefine>
23872389
</IfDefine>

0 commit comments

Comments
 (0)