Skip to content

Commit

Permalink
fix: iss parameters and texts
Browse files Browse the repository at this point in the history
  • Loading branch information
Giuseppe De Marco authored Oct 2, 2024
1 parent 27a5d8c commit 452455c
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions openid-federation-1_0.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1278,8 +1278,8 @@
<t>
The <spanx style="verb">client_id</spanx> parameter value configured
in the <spanx style="verb">openid_relying_party</spanx> metadata MUST
be the same of Federation Entity identifier, eg:
<spanx style="verb">iss</spanx> parameter within an Entity Configuration.
be the same of Federation Entity identifier, (
<spanx style="verb">iss</spanx> parameter within the Entity Configuration).
</t>

<t>
Expand Down Expand Up @@ -1365,8 +1365,8 @@
<t>
The <spanx style="verb">issuer</spanx> parameter value configured
in the <spanx style="verb">openid_provider</spanx> metadata MUST
be the same of Federation Entity identifier, eg:
<spanx style="verb">iss</spanx> parameter within an Entity Configuration.
be the same of Federation Entity identifier (
<spanx style="verb">iss</spanx> parameter within the Entity Configuration).
</t>

<t>
Expand Down Expand Up @@ -1590,8 +1590,8 @@
<t>
The <spanx style="verb">issuer</spanx> parameter value configured
in the <spanx style="verb">oauth_authorization_server</spanx> metadata MUST
be the same of Federation Entity identifier, eg:
<spanx style="verb">iss</spanx> parameter within an Entity Configuration.
be the same of Federation Entity identifier (
<spanx style="verb">iss</spanx> parameter within the Entity Configuration).
</t>

</section>
Expand Down Expand Up @@ -3597,6 +3597,7 @@
],
"metadata": {
"openid_relying_party": {
"client_id": "https://rp.example.it/spid/",
"application_type": "web",
"client_registration_types": ["automatic"],
"client_name": "https://rp.example.it/spid/",
Expand Down

0 comments on commit 452455c

Please sign in to comment.