italia / spid-cie-oidc-aspnetcore

SPID/CIE OIDC Federation SDK for AspNetCore
Apache License 2.0
17 stars 6 forks source link

[Feat] [OpenIdFed] Build the trust chains with the OPs #5

Closed danielegiallonardo closed 2 years ago

danielegiallonardo commented 2 years ago

Dynamically build, validate and cache statically the trust chains with the OPs, by retrieving the OPs list from the configured FederationAuthorities and by validating their Entity Configurations. Manage the trust chains avoiding loops and chains expirations in the static cache

peppelinux commented 2 years ago

See this if helps to consolidate a unique API between many implementations. https://github.com/italia/spid-cie-oidc-django/blob/main/spid_cie_oidc/entity/statements.py#L132

feel free to put your suggestions to improve these interfaces