Skip to content

Commit a6da9af

Browse files
chore: autogenerate config JSON schema (#2271)
Co-authored-by: GitHub Action <action@github.com>
1 parent 7fe0862 commit a6da9af

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

backend/json_schema/hanko.config.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -434,6 +434,11 @@
434434
"description": "`enabled` indicates if the provider is enabled or disabled.",
435435
"default": false
436436
},
437+
"prompt": {
438+
"type": "string",
439+
"description": "`prompt` specifies whether the Authorization Server prompts the End-User for reauthentication and consent.\nPossible values are:\n- login\n- none\n- consent\n- select_account\nPlease note that not all providers support all values. Check the corresponding docs of the provider for supported values.",
440+
"default": "consent"
441+
},
437442
"scopes": {
438443
"items": {
439444
"type": "string"
@@ -1438,6 +1443,11 @@
14381443
"description": "`enabled` determines whether this provider is enabled.",
14391444
"default": false
14401445
},
1446+
"prompt": {
1447+
"type": "string",
1448+
"description": "`prompt` specifies whether the Authorization Server prompts the End-User for reauthentication and consent.\nPossible values are:\n- login\n- none\n- consent\n- select_account\nPlease note that not all providers support all values. Check the corresponding docs of the provider for supported values.",
1449+
"default": "consent"
1450+
},
14411451
"secret": {
14421452
"type": "string",
14431453
"description": "`secret` is the client secret for the OAuth/OIDC client. Must be obtained from the provider.\n\nRequired if the provider is `enabled`."

0 commit comments

Comments
 (0)