Skip to content

Commit

Permalink
Add yaml config.
Browse files Browse the repository at this point in the history
  • Loading branch information
mpmadhavig committed Sep 26, 2024
1 parent d68ba5b commit 937cc16
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ info:
description: >
This document specifies an **OAuth2 Dynamic Client Registration Endpoint**
for WSO2 **Identity Server** .
It is written with [swagger 2](http://swagger.io/).
contact:
name: WSO2
Expand Down Expand Up @@ -396,6 +394,8 @@ definitions:
type: string
ext_application_owner:
type: string
ext_application_version:
type: string
ext_application_token_lifetime:
type: integer
format: int64
Expand Down Expand Up @@ -478,6 +478,8 @@ definitions:
ext_application_token_lifetime:
type: integer
format: int64
ext_application_version:
type: string
ext_user_token_lifetime:
type: integer
format: int64
Expand Down

0 comments on commit 937cc16

Please sign in to comment.