diff options
author | Fredrik Åslund <fredrik.aslund@umu.se> | 2014-03-26 12:31:06 +0100 |
---|---|---|
committer | Fredrik Åslund <fredrik.aslund@umu.se> | 2014-03-26 12:31:06 +0100 |
commit | bcd871494a635b848c4e56e02b41d10afdcb25ef (patch) | |
tree | d78d62a3d48a43b69201b5cba02e46b382367536 /swamid-2.0 | |
parent | eacf286ff743095667a097ef6f053cceddc9a045 (diff) |
geolocation fixes
Diffstat (limited to 'swamid-2.0')
-rw-r--r-- | swamid-2.0/idp.irf.se-idp-shibboleth.xml | 2 | ||||
-rw-r--r-- | swamid-2.0/idp.konstfack.se-idp-shibboleth.xml | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/swamid-2.0/idp.irf.se-idp-shibboleth.xml b/swamid-2.0/idp.irf.se-idp-shibboleth.xml index df88fd00..69ecd003 100644 --- a/swamid-2.0/idp.irf.se-idp-shibboleth.xml +++ b/swamid-2.0/idp.irf.se-idp-shibboleth.xml @@ -15,7 +15,7 @@ <mdui:IPHint>192.71.13.0/24,</mdui:IPHint> <mdui:IPHint>193.10.33.0/24,</mdui:IPHint> <mdui:IPHint>192.71.152.0/24</mdui:IPHint> - <mdui:GeolocationHint>67.84,20.41</mdui:GeolocationHint> + <mdui:GeolocationHint>geo:67.84,20.41</mdui:GeolocationHint> </mdui:DiscoHints> </Extensions> <KeyDescriptor> diff --git a/swamid-2.0/idp.konstfack.se-idp-shibboleth.xml b/swamid-2.0/idp.konstfack.se-idp-shibboleth.xml index b4bcf9c3..d43bff2f 100644 --- a/swamid-2.0/idp.konstfack.se-idp-shibboleth.xml +++ b/swamid-2.0/idp.konstfack.se-idp-shibboleth.xml @@ -17,8 +17,7 @@ <mdui:DiscoHints xmlns:mdui="urn:oasis:names:tc:SAML:metadata:ui"> <mdui:DomainHint>konstfack.se</mdui:DomainHint> <mdui:IPHint>130.242.16.0/24</mdui:IPHint> - <mdui:GeolocationHint>geo:59.299772,</mdui:GeolocationHint> - <mdui:GeolocationHint>17.994303</mdui:GeolocationHint> + <mdui:GeolocationHint>geo:59.299772,17.994303</mdui:GeolocationHint> </mdui:DiscoHints> </Extensions> <KeyDescriptor> |