You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 14, 2022. It is now read-only.
I believe it may be more flexible and efficient to allow the acquisition of multiple entity metadata through a single request to / federation_api_endpoint. I would like to propose to change the sections 6.1.1 and 6.1.2 to get this possibile.
This will not affect the previous behavior but will only result in introducing what I would consider to be an useful generalization of the request and response parameters.
In some cases this solution could reduce the number of HTTP calls or alternatively adapt federation_api for additional trust mechanism, as it is as it currently already happens through an MDQ server used in Saml2 Federations.
Overall, the changes I would like to propose are concentrated in the following sections.
[6.1.1. Fetch Entity Statements Request]
sub
OPTIONAL. The entity identifier of the subject for which you would like an entity statement issued. If this parameter is left out it is considered to be the same as the issuer and would indicate a request for a self-issued statement
... "the statements of all the entities will be issued".
[6.1.2. Fetch Entity Statements Response]
sub claim would be removed in the response, as defined in rfc7519sub is OPTIONAL
metadata is now a dictionary that contains at a signle entity's metadata, rather it will become a list of dictionaries with meny entities in it. Example:
The text was updated successfully, but these errors were encountered:
peppelinux
changed the title
[Additional feature] Fetch MANY Entity Statements with a single HTTP Request through **/federation_api**
[Additional feature] Fetch MANY Entity Statements with a single HTTP Request through federation_api endpoint
May 2, 2021
I don't think this is a good idea. One of the basic ideas of the specification is that you get the information you need when you need it. Not these massive data files that the present SAML2 federation are moving around. In fact the SAML2 federations are moving away from metadata files by introducing md query.
In a way to have a diff of the metadata that would be updated overtime, this will allow us to avoid the monolithic single file and at the same time to avoid thousands of HTTP requests even for entities that do not require updating
I believe it may be more flexible and efficient to allow the acquisition of multiple entity metadata through a single request to / federation_api_endpoint. I would like to propose to change the sections 6.1.1 and 6.1.2 to get this possibile.
This will not affect the previous behavior but will only result in introducing what I would consider to be an useful generalization of the request and response parameters.
In some cases this solution could reduce the number of HTTP calls or alternatively adapt federation_api for additional trust mechanism, as it is as it currently already happens through an MDQ server used in Saml2 Federations.
Overall, the changes I would like to propose are concentrated in the following sections.
[6.1.1. Fetch Entity Statements Request]
sub
OPTIONAL. The entity identifier of the subject for which you would like an entity statement issued. If this parameter is left out
it is considered to be the same as the issuer and would indicate a request for a self-issued statement... "the statements of all the entities will be issued".
[6.1.2. Fetch Entity Statements Response]
sub claim would be removed in the response, as defined in rfc7519 sub is OPTIONAL
metadata is now a dictionary that contains at a signle entity's metadata, rather it will become a list of dictionaries with meny entities in it. Example:
The text was updated successfully, but these errors were encountered: