Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Trust Anchor in claim trust_marks_issuers #278

Closed
carlotafuro opened this issue Oct 5, 2023 · 1 comment
Closed

Trust Anchor in claim trust_marks_issuers #278

carlotafuro opened this issue Oct 5, 2023 · 1 comment
Labels
question Further information is requested

Comments

@carlotafuro
Copy link
Contributor

HI,
in the claim trust_marks_issuers contained in the Entity Configuration of the Trust Anchor
(http://trust-anchor.org:8000/.well-known/openid-federation?format=json)
I expected to find Trust Anchor itself among the values listed, like this:

"trust_marks_issuers": {
  "http://trust-anchor.org:8000": [
    "http://trust-anchor.org:8000"
  ],
  "https://www.spid.gov.it/certification/rp/public": [
    "https://registry.spid.agid.gov.it",
    "https://public.intermediary.spid.it"
  ],
  "https://www.spid.gov.it/certification/rp/private": [
    "https://registry.spid.agid.gov.it",
    "https://private.other.intermediary.it"
  ],
  "https://sgd.aa.it/onboarding": [
    "https://sgd.aa.it"
  ]
},

see file https://github.com/italia/spid-cie-oidc-django/blob/main/examples/federation_authority/dumps/example.json

Is it implied that the Trust Anchor can issue trust marks?

Thanks for your kind response
Carlo Tafuro

@peppelinux
Copy link
Member

yes, TM can issue TM and enable other federation entity do so if they are listed in the trust_mark_issuers object

@peppelinux peppelinux added the question Further information is requested label Oct 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants