Skip to content

Commit

Permalink
fix tokenIntrospection response description (#3495)
Browse files Browse the repository at this point in the history
  • Loading branch information
woutslakhorst authored Oct 18, 2024
1 parent e9c8506 commit b1e0119
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/_static/auth/v2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -592,16 +592,16 @@ components:
$ref: '#/components/schemas/cnf'
iss:
type: string
description: Contains the DID of the authorizer. Should be equal to 'sub'
example: did:web:example.com:resource-owner
description: Issuer URL of the authorizer.
example: https://example.com/oauth2/authorizer
aud:
type: string
description: RFC7662 - Service-specific string identifier or list of string identifiers representing the intended audience for this token, as defined in JWT [RFC7519].
example: "https://target_token_endpoint"
client_id:
type: string
description: The client (DID) the access token was issued to
example: did:web:example.com:client
description: The client identity the access token was issued to. Since the Verifiable Presentation is used to grant access, the client_id reflects the client_id in the access token request.
example: https://example.com/oauth2/client
exp:
type: integer
description: Expiration date in seconds since UNIX epoch
Expand Down

0 comments on commit b1e0119

Please sign in to comment.