-
Notifications
You must be signed in to change notification settings - Fork 6
/
esgf_known_providers.xml
82 lines (75 loc) · 2.44 KB
/
esgf_known_providers.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
<?xml version="1.0" encoding="UTF-8"?>
<!--
ESGF OpenID Providers List for User Interface Combobox
This list sets the entries in a combobox in the OpenID Relying
Party user interface. It allows users to pick an IdP from a list
rather than having to type in their OpenID.
*** IMPORTANT: Providers included MUST be running release 1.8
or greater of ESGF in order to use the special generic
identifier select OpenID URIs ***
What is an OpenID Provider Identifier Select URI? - For ESGF Providers
this consists of the usual OpenID URI minus the last element
denoting the user identifier. e.g. for DKRZ's OpenID Provider,
An example OpenID might be,
https://esgf-data.dkrz.de/esgf-idp/openid/alice
The equivalent identifier select URI is:
https://esgf-data.dkrz.de/esgf-idp/openid/
This represents a generic URI for the OpenID Provider. This allows
the ORP user interface to be simplified so that the user can select
from one of a fixed set of options, one for each ESGF IdP. Once
selected, the user is redirected to their selected IdP and then asked
to confirm their username along with their password.
-->
<OPS>
<OP>
<!--
Identity Provider Organisation name to be displayed in ORP user interface combobox
The first entry is blank to indicate to the user that they can type in their
own if needed
-->
<NAME> </NAME>
<URL>https://</URL>
</OP>
<OP>
<!-- Organisation Name for the IdP -->
<NAME>Centre for Environmental Data Archival (CEDA)</NAME>
<!-- Identifier Select OpenID URI i.e. generic Organisation OpenID -->
<URL>https://ceda.ac.uk/openid/</URL>
</OP>
<!--
Only sites which are running release 1.8 of ESGF can be included here.
These are commented out initially but can be included once they have upgraded.
<OP>
<NAME>CCMC</NAME>
<URL>https://adm07.cmcc.it/esgf-idp/openid/</URL>
</OP>
<OP>
<NAME>DKRZ</NAME>
<URL>https://esgf-data.dkrz.de/esgf-idp/openid/</URL>
</OP>
<OP>
<NAME>IPSL</NAME>
<URL>https://esgf-node.ipsl.upmc.fr/esgf-idp/openid/</URL>
</OP>
<OP>
<NAME>JPL</NAME>
<URL>https://esg-datanode.jpl.nasa.gov/esgf-idp/openid/</URL>
</OP>
<OP>
<NAME>LIU</NAME>
<URL>https://esg-dn1.nsc.liu.se/esgf-idp/openid/</URL>
</OP>
<OP>
<NAME>NCCS</NAME>
<URL>https://esgf.nccs.nasa.gov/esgf-idp/openid/</URL>
</OP>
<OP>
<NAME>NCI</NAME>
<URL>https://esg2.nci.org.au/esgf-idp/openid/</URL>
</OP>
<OP>
<NAME>PCMDI</NAME>
<URL>https://pcmdi.llnl.gov/esgf-idp/openid/</URL>
</OP>
-->
</OPS>