generated from ivoa-std/doc-template
-
Notifications
You must be signed in to change notification settings - Fork 6
/
standards-record.xml
122 lines (114 loc) · 3.69 KB
/
standards-record.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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
<?xml version="1.0"?>
<!-- The resource record for the SSO document intended to be uploaded into the
RofR; please fix @updated and data[@representative] after REC publication -->
<ri:Resource
xsi:type="vstd:Standard"
created="2015-12-04T11:39:00"
updated="2018-02-21T07:20:00"
status="active"
xmlns:vr="http://www.ivoa.net/xml/VOResource/v1.0"
xmlns:vstd="http://www.ivoa.net/xml/StandardsRegExt/v1.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ri="http://www.ivoa.net/xml/RegistryInterface/v1.0"
xsi:schemaLocation="http://www.ivoa.net/xml/VOResource/v1.0
http://www.ivoa.net/xml/VOResource/v1.0
http://www.ivoa.net/xml/StandardsRegExt/v1.0
http://www.ivoa.net/xml/StandardsRegExt/v1.0
http://www.ivoa.net/xml/VOResource/v1.0
http://www.ivoa.net/xml/VOResource/v1.0">
<title>IVOA Single-Sign-On Profile: Authentication Mechanisms</title>
<identifier>ivo://ivoa.net/std/sso</identifier>
<curation>
<publisher>IVOA</publisher>
<creator>
<name>Taffoni, G.</name>
<logo>http://www.ivoa.net/icons/ivoa_logo_small.jpg</logo>
</creator>
<creator>
<name>Schaaff, A.</name>
</creator>
<creator>
<name>Rixon, G.</name>
</creator>
<creator>
<name>Major, B.</name>
</creator>
<date role="representative">2017-05-24</date>
<date role="updated">2017-05-24</date>
<version>2.0</version>
<contact>
<name>IVOA GWS WG</name>
<email>grid@ivoa.net</email>
</contact>
</curation>
<content>
<subject>virtual observatory</subject>
<description>
Approved client-server authentication mechanisms are described for the
IVOA single-sign-on profile: No Authentication; HTTP Basic
Authentication; TLS with passwords; TLS with client certificates;
Cookies; Open Authentication; Security Assertion Markup Language; OpenID.
Normative rules are given for the implementation of these mechanisms,
mainly by reference to pre-existing standards. The Authorization
mechanisms are out of the scope of this document.
</description>
<referenceURL>http://www.ivoa.net/Documents/SSOAuthMech</referenceURL>
</content>
<endorsedVersion status="rec">2.0</endorsedVersion>
<key>
<name>BasicAA</name>
<description>
Service supports authentication with HTTP basic authentication
(RFC2617, sect. 4 of the Recommendation).
</description>
</key>
<key>
<name>tls-with-password</name>
<description>
Service supports authentication with a password transmitted through TLS
as per section 7 of the Recommendation.
</description>
</key>
<key>
<name>tls-with-password</name>
<description>
Service supports authentication with a password transmitted through TLS
as per section 7 of the Recommendation.
</description>
</key>
<key>
<name>tls-with-certificate</name>
<description>
Service supports authentication with a client-side X.509 certificate
as per section 6 of the Recommendation.
</description>
</key>
<key>
<name>cookie</name>
<description>
Service supports authentication with RFC 6265-type cookies
as per section 8 of the Recommendation.
</description>
</key>
<key>
<name>saml2.0</name>
<description>
Service supports authentication via SAML (most likely, "Shibboleth")
as per section 9 of the Recommendation.
</description>
</key>
<key>
<name>OAuth</name>
<description>
Service supports authentication via Open Authentication 2.0 ("OAuth")
as per section 10 of the Recommendation.
</description>
</key>
<key>
<name>OpenID</name>
<description>
Service supports authentication via OpenID
as per section 11 of the Recommendation.
</description>
</key>
</ri:Resource>