⚠️ This application is only intended for demostration purpose and not for production use.
The actions to accredit an entity within the demo federation are described below.
To accredit a new entity point your browser to /onboarding/landing and click on the button Register your entity
.
The user accesses the submission form of a federation entity, fill in the following REQUIRED fields:
- Organization Name (String)
- unique identifier of the entity (url) of the instance in production/stage (URL)
- validators:
- download of the Entity Configuration, a self-signed statement
- JWS signature validation
- structure analysis of the JSON (json-schema)
- presence and validation of the claim authority_hints that MUST matches to the onboarding system entity (trust anchor)
- validators:
- TODO: IPA code or VAT number, that determines whether the participant is public or private (String)
- validators:
- TODO: fetch and verify the IPA code from the national registry of public services
- validators:
- public jwks (List[JSON])
- validators:
- check if the jwks is public and not private (for sake!)
- check of the presence of kid claim
- check that the certificate is not expired
- check that the kid is unique and of the lenght of a minimum JWK thumbprint length
- validators:
- TODO: at least one email contact (String)
- validators:
- Email Field
- validators:
- URL where the RP page shows the SPID and CIE authentication button
- validators:
- Null, just for demo purpose
- validators:
- TODO: SPID/CIE authentication request trigger url at the onboarding system testing OP
- validators:
- Null, just for demo purpose
- validators:
After a successful submission the user is redirected to the list of registered entities.
- from the admin panel a staff user can enable the entity as a FederationDescendant
- all the required information are moved (copied) from the OnBoarding registration
- the staff user assigns a Descendant Profile (trust mark) to the onboarded entity (See the example in the documentation CREATE_A_FEDERATION.md ) see "Register an entity as descendant".
- the staff user in any time can add more profiles and trust marks through the FederationDescendant back office panel
- an entity configuration with trust marks and metadata policy applied, signed by the Trust Anchor of the onboarding system, is now available to its Resolve Entity Statement endpoint.
To enable the onboarded entity, the Federation Operator points its web browser to the admin panel:
- Click OnBoarding Registrations
- Select the entity you want to enable
- Select action "enable descendant"
- Submit