-
Notifications
You must be signed in to change notification settings - Fork 13
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
Intermediate nel listing endpoint #161
Comments
in https://openid.net/specs/openid-connect-federation-1_0.html#section-7.3.1 we don't have any metadata type "intermediate" The metadata type are defined in https://openid.net/specs/openid-connect-federation-1_0.html#section-4 |
I suggest to keep:
and to define:
and use both either for trust mark and on the listing endpoint For example: |
entity_role=anchor is not coerent with entity_type=rp the best solution would be is_leaf=false, as it was in draft 22 |
Or, it could be:
So we can use entity_type + entity_role for trust_mark |
OpenID Federation has introduced the parameter https://openid.net/specs/openid-federation-1_0.html#name-subordinate-listing-request |
Valutare se aggiungere il valore intermediate nel listing edpoint. Attualmente non abbiamo intermediate come tipo di entità.
The text was updated successfully, but these errors were encountered: