Skip to content

Commit 5ba4341

Browse files
authored
docs(config-api): default value for Client attribute applicationType set (#2432)
* fix(jans): config api and client api * docs(config-api): default value for Client attribute applicationType set
1 parent 1b46b44 commit 5ba4341

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

jans-config-api/docs/jans-config-api-swagger.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -5976,6 +5976,7 @@ components:
59765976
applicationType:
59775977
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.'
59785978
type: string
5979+
default: web
59795980
enum:
59805981
- web
59815982
- native

0 commit comments

Comments
 (0)