Skip to content

Commit

Permalink
fix: remove wrong attributes from openapi spec
Browse files Browse the repository at this point in the history
  • Loading branch information
jcmelati committed Sep 2, 2024
1 parent 6c59d06 commit f4ac52d
Showing 1 changed file with 0 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,19 +60,6 @@ paths:
- federation
summary: Fetch Entity Statement
description: Fetch an Entity Statement for a specified issuer and optional subject.
parameters:
- name: iss
in: query
description: The Entity Identifier of the issuer from which the Entity Statement is issued. Because of the normalization of the URL, multiple issuers MAY resolve to a shared fetch endpoint. This parameter makes it explicit exactly which issuer the Entity Statement must come from.
required: true
schema:
type: string
- name: sub
in: query
description: The Entity Identifier of the subject for which the Entity Statement is being requested. If this parameter is omitted, it is considered to be the same as the issuer and indicates a request for a self-signed Entity Configuration.
required: false
schema:
type: string
responses:
'200':
description: Successful fetch of Entity Statement
Expand Down

0 comments on commit f4ac52d

Please sign in to comment.