Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
39 changes: 14 additions & 25 deletions openid-federation-1_0.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1139,9 +1139,7 @@
<xref target="fetch_endpoint"/>.
This URL MUST use the <spanx style="verb">https</spanx>
scheme and MAY contain port,
path, and query parameter components encoded in
<spanx style="verb">application/x-www-form-urlencoded</spanx>
format;
path, and query parameter components;
it MUST NOT contain a fragment component.
Intermediate Entities and
Trust Anchors MUST publish a
Expand All @@ -1155,9 +1153,7 @@
<xref target="entity_listing"/>.
This URL MUST use the <spanx style="verb">https</spanx>
scheme and MAY contain port,
path, and query parameter components encoded in
<spanx style="verb">application/x-www-form-urlencoded</spanx>
format;
path, and query parameter components;
it MUST NOT contain a fragment component.
Intermediate Entities and
Trust Anchors MUST publish a
Expand All @@ -1171,9 +1167,7 @@
<xref target="resolve"/>.
This URL MUST use the <spanx style="verb">https</spanx>
scheme and MAY contain port,
path, and query parameter components encoded in
<spanx style="verb">application/x-www-form-urlencoded</spanx>
format;
path, and query parameter components;
it MUST NOT contain a fragment component.
Any federation Entity MAY publish a
<spanx style="verb">federation_resolve_endpoint</spanx>.
Expand All @@ -1187,9 +1181,7 @@
<spanx style="verb">federation_trust_mark_status_endpoint</spanx>.
This URL MUST use the <spanx style="verb">https</spanx>
scheme and MAY contain port,
path, and query parameter components encoded in
<spanx style="verb">application/x-www-form-urlencoded</spanx>
format;
path, and query parameter components;
it MUST NOT contain a fragment component.
</t>
<t hangText="federation_trust_mark_list_endpoint">
Expand All @@ -1199,9 +1191,7 @@
<xref target="tm_listing"/>.
This URL MUST use the <spanx style="verb">https</spanx>
scheme and MAY contain port,
path, and query parameter components encoded in
<spanx style="verb">application/x-www-form-urlencoded</spanx>
format;
path, and query parameter components;
it MUST NOT contain a fragment component.
Trust Mark issuers MAY publish a
<spanx style="verb">federation_trust_mark_list_endpoint</spanx>.
Expand All @@ -1213,9 +1203,7 @@
<xref target="tm_endpoint"/>.
This URL MUST use the <spanx style="verb">https</spanx>
scheme and MAY contain port,
path, and query parameter components encoded in
<spanx style="verb">application/x-www-form-urlencoded</spanx>
format;
path, and query parameter components;
it MUST NOT contain a fragment component.
Trust Mark issuers MAY publish a
<spanx style="verb">federation_trust_mark_endpoint</spanx>.
Expand All @@ -1226,8 +1214,7 @@
The endpoint described in <xref target="historical_keys"/>.
This URL MUST use the <spanx style="verb">https</spanx>
scheme and MAY contain port,
path, and query parameter components encoded in
<spanx style="verb">application/x-www-form-urlencoded</spanx> format;
path, and query parameter components;
it MUST NOT contain a fragment component.
All Federation Entities MAY publish a
<spanx style="verb">federation_historical_keys_endpoint</spanx>.
Expand Down Expand Up @@ -1372,9 +1359,7 @@
Endpoint. If the OP supports Explicit Client Registration Endpoint
this URL MUST use the <spanx style="verb">https</spanx>
scheme and MAY contain port,
path, and query parameter components encoded in
<spanx style="verb">application/x-www-form-urlencoded</spanx>
format;
path, and query parameter components;
it MUST NOT contain a fragment component.
If the OP supports Explicit Client
Registration as described in <xref target="explicit"/>,
Expand Down Expand Up @@ -4351,7 +4336,7 @@ Host: openid.sunet.se
<t>
The request MUST be an HTTP request using the POST method
to a Trust Mark status endpoint
with the following parameters, encoded in
with the following query parameters, encoded in
<spanx style="verb">application/x-www-form-urlencoded</spanx> format.
</t>
<t>
Expand Down Expand Up @@ -4569,7 +4554,7 @@ Content-Type: application/json
<t>
When client authentication is not used,
the request MUST be an HTTP request using the GET method
with the following query parameter, encoded in
with the following query parameters, encoded in
<spanx style="verb">application/x-www-form-urlencoded</spanx> format.
</t>
<t>
Expand Down Expand Up @@ -9429,6 +9414,10 @@ Host: op.umu.se
<t>
Added section defining each media type.
</t>
<t>
Removed text describing endpoints as being
"encoded in <spanx style="verb">application/x-www-form-urlencoded</spanx> format".
</t>
</list>
</t>

Expand Down