Skip to content

Commit

Permalink
docs(config-api): default value for Client attribute applicationType …
Browse files Browse the repository at this point in the history
…set (#2432)

* fix(jans): config api and client api

* docs(config-api): default value for Client attribute applicationType set
  • Loading branch information
pujavs authored Sep 21, 2022
1 parent 1b46b44 commit 5ba4341
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jans-config-api/docs/jans-config-api-swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5976,6 +5976,7 @@ components:
applicationType:
description: 'Kind of the application. The default, if omitted, is web. The defined values are native or web. Web Clients using the OAuth Implicit Grant Type must only register URLs using the HTTPS scheme as redirect_uris, they must not use localhost as the hostname. Native Clients must only register redirect_uris using custom URI schemes or URLs using the http scheme with localhost as the hostname.'
type: string
default: web
enum:
- web
- native
Expand Down

0 comments on commit 5ba4341

Please sign in to comment.