You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .schema/config.schema.json
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -781,6 +781,18 @@
781
781
"description": "Defines access token type. jwt is a bad idea, see https://www.ory.sh/docs/hydra/advanced#json-web-tokens",
782
782
"enum": ["opaque", "jwt"],
783
783
"default": "opaque"
784
+
},
785
+
"jwt": {
786
+
"type": "object",
787
+
"additionalProperties": false,
788
+
"properties": {
789
+
"scope_claim": {
790
+
"type": "string",
791
+
"description": "Defines how the scope claim is represented within a JWT access token",
Copy file name to clipboardExpand all lines: spec/config.json
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -781,6 +781,18 @@
781
781
"description": "Defines access token type. jwt is a bad idea, see https://www.ory.sh/docs/hydra/advanced#json-web-tokens",
782
782
"enum": ["opaque", "jwt"],
783
783
"default": "opaque"
784
+
},
785
+
"jwt": {
786
+
"type": "object",
787
+
"additionalProperties": false,
788
+
"properties": {
789
+
"scope_claim": {
790
+
"type": "string",
791
+
"description": "Defines how the scope claim is represented within a JWT access token",
0 commit comments