italia / spid-cie-oidc-django

The SPID/CIE OIDC Federation SDK, written in Python
Apache License 2.0
22 stars 25 forks source link

federation resolve endpoint #279

Closed carlotafuro closed 6 months ago

carlotafuro commented 9 months ago

Why the "federation_resolve_endpoint" endpoint is missing in all the entities configuration relating to the entities listed in endpoint list of the Trust Anchor?

for example for entity relying-party.org:8001 I expected to find:

"federation_entity": {
        "federation_resolve_endpoint": "http://relying-party.org:8001/resolve/",
}

Thanks for your kind response Carlo Tafuro

peppelinux commented 9 months ago

It Is missing in the example EC of those entity

Please if you like the idea, add these in dumps and do a pull request

I would be pleased to get your contribution on this project