Skip to content

Commit

Permalink
fix: federation_entity missing claims in non normative examples
Browse files Browse the repository at this point in the history
  • Loading branch information
peppelinux committed Mar 7, 2023
1 parent bde2561 commit 6194f2e
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions docs/common/common_examples.rst
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,13 @@ EN 1.1. Entity Configuration Response Relying Party
},
"federation_entity": {
"federation_resolve_endpoint": "https://rp.example.it/resolve/",
"organization_name": "PA OIDC Service Provider"
"organization_name": "PA OIDC Service Provider",
"homepage_uri": "https://rp.example.it",
"policy_uri": "https://rp.example.it/policy",
"logo_uri": "https://rp.example.it/static/logo.svg",
"contacts": [
"[email protected]"
]
}
},
"trust_marks": [
Expand Down Expand Up @@ -267,7 +273,13 @@ EN 1.2. Entity Configuration Response Openid Provider
},
"federation_entity": {
"federation_resolve_endpoint": "https://openid.provider.it/resolve/",
"organization_name": "SPID OIDC identity provider"
"organization_name": "SPID OIDC identity provider",
"homepage_uri": "https://provider.it",
"policy_uri": "https://provider.it/policy",
"logo_uri": "https://provider.it/static/logo.svg",
"contacts": [
"[email protected]"
]
}
},
"authority_hints": [
Expand Down Expand Up @@ -375,6 +387,7 @@ EN 1.4. Entity Configuration Response Trust Anchor
"contacts":[
"[email protected]"
],
"policy_uri": "https://registry.agid.gov.it/policy",
"homepage_uri": "https://registry.agid.gov.it/",
"logo_uri":"https://registry.agid.gov.it/static/svg/logo.svg",
"federation_fetch_endpoint": "https://registry.agid.gov.it/fetch/",
Expand Down

0 comments on commit 6194f2e

Please sign in to comment.