Skip to content

Commit

Permalink
alg added
Browse files Browse the repository at this point in the history
  • Loading branch information
Nitin Tiwari committed Jan 9, 2020
1 parent e82e91d commit e9f24b9
Show file tree
Hide file tree
Showing 6 changed files with 48 additions and 28 deletions.
25 changes: 15 additions & 10 deletions dist/client-registration-openapi-flattened.json
Original file line number Diff line number Diff line change
Expand Up @@ -223,8 +223,11 @@
},
"backchannel_authentication_request_signing_alg": {
"type": "string",
"minLength": 1,
"maxLength": 8,
"enum": [
"RS256",
"PS256",
"ES256"
],
"description": "As defined in CIBA - Registration and Discovery Metadata. This value MUST be specified iff the grant_types includes urn:openid:params:grant-type:ciba."
},
"backchannel_user_code_parameter_supported": {
Expand Down Expand Up @@ -505,8 +508,6 @@
"ping",
"push"
],
"minLength": 1,
"maxLength": 8,
"description": "As defined in CIBA - Registration and Discovery Metadata. This value MUST be specified iff the grant_types includes urn:openid:params:grant-type:ciba"
},
"backchannel_client_notification_endpoint": {
Expand All @@ -517,8 +518,11 @@
},
"backchannel_authentication_request_signing_alg": {
"type": "string",
"minLength": 1,
"maxLength": 8,
"enum": [
"RS256",
"PS256",
"ES256"
],
"description": "As defined in CIBA - Registration and Discovery Metadata. This value MUST be specified iff the grant_types includes urn:openid:params:grant-type:ciba."
},
"backchannel_user_code_parameter_supported": {
Expand Down Expand Up @@ -776,8 +780,6 @@
"ping",
"push"
],
"minLength": 1,
"maxLength": 8,
"description": "As defined in CIBA - Registration and Discovery Metadata. This value MUST be specified iff the grant_types includes urn:openid:params:grant-type:ciba"
},
"backchannel_client_notification_endpoint": {
Expand All @@ -788,8 +790,11 @@
},
"backchannel_authentication_request_signing_alg": {
"type": "string",
"minLength": 1,
"maxLength": 8,
"enum": [
"RS256",
"PS256",
"ES256"
],
"description": "As defined in CIBA - Registration and Discovery Metadata. This value MUST be specified iff the grant_types includes urn:openid:params:grant-type:ciba."
},
"backchannel_user_code_parameter_supported": {
Expand Down
7 changes: 5 additions & 2 deletions dist/client-registration-openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -367,8 +367,11 @@
},
"backchannel_authentication_request_signing_alg": {
"type": "string",
"minLength": 1,
"maxLength": 8,
"enum": [
"RS256",
"PS256",
"ES256"
],
"description": "As defined in CIBA - Registration and Discovery Metadata. This value MUST be specified iff the grant_types includes urn:openid:params:grant-type:ciba."
},
"backchannel_user_code_parameter_supported": {
Expand Down
6 changes: 4 additions & 2 deletions dist/client-registration-openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -267,8 +267,10 @@ components:
This must be a valid HTTPS URL
backchannel_authentication_request_signing_alg:
type: string
minLength: 1
maxLength: 8
enum:
- RS256
- PS256
- ES256
description: >-
As defined in CIBA - Registration and Discovery Metadata.
This value MUST be specified iff the grant_types includes
Expand Down
25 changes: 15 additions & 10 deletions dist/client-registration-swagger-flattened.json
Original file line number Diff line number Diff line change
Expand Up @@ -240,8 +240,11 @@
},
"backchannel_authentication_request_signing_alg": {
"type": "string",
"minLength": 1,
"maxLength": 8,
"enum": [
"RS256",
"PS256",
"ES256"
],
"description": "As defined in CIBA - Registration and Discovery Metadata. This value MUST be specified iff the grant_types includes urn:openid:params:grant-type:ciba."
},
"backchannel_user_code_parameter_supported": {
Expand Down Expand Up @@ -498,8 +501,6 @@
"ping",
"push"
],
"minLength": 1,
"maxLength": 8,
"description": "As defined in CIBA - Registration and Discovery Metadata. This value MUST be specified iff the grant_types includes urn:openid:params:grant-type:ciba"
},
"backchannel_client_notification_endpoint": {
Expand All @@ -510,8 +511,11 @@
},
"backchannel_authentication_request_signing_alg": {
"type": "string",
"minLength": 1,
"maxLength": 8,
"enum": [
"RS256",
"PS256",
"ES256"
],
"description": "As defined in CIBA - Registration and Discovery Metadata. This value MUST be specified iff the grant_types includes urn:openid:params:grant-type:ciba."
},
"backchannel_user_code_parameter_supported": {
Expand Down Expand Up @@ -768,8 +772,6 @@
"ping",
"push"
],
"minLength": 1,
"maxLength": 8,
"description": "As defined in CIBA - Registration and Discovery Metadata. This value MUST be specified iff the grant_types includes urn:openid:params:grant-type:ciba"
},
"backchannel_client_notification_endpoint": {
Expand All @@ -780,8 +782,11 @@
},
"backchannel_authentication_request_signing_alg": {
"type": "string",
"minLength": 1,
"maxLength": 8,
"enum": [
"RS256",
"PS256",
"ES256"
],
"description": "As defined in CIBA - Registration and Discovery Metadata. This value MUST be specified iff the grant_types includes urn:openid:params:grant-type:ciba."
},
"backchannel_user_code_parameter_supported": {
Expand Down
7 changes: 5 additions & 2 deletions dist/client-registration-swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -357,8 +357,11 @@
},
"backchannel_authentication_request_signing_alg": {
"type": "string",
"minLength": 1,
"maxLength": 8,
"enum": [
"RS256",
"PS256",
"ES256"
],
"description": "As defined in CIBA - Registration and Discovery Metadata. This value MUST be specified iff the grant_types includes urn:openid:params:grant-type:ciba."
},
"backchannel_user_code_parameter_supported": {
Expand Down
6 changes: 4 additions & 2 deletions dist/client-registration-swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -258,8 +258,10 @@ definitions:
This must be a valid HTTPS URL
backchannel_authentication_request_signing_alg:
type: string
minLength: 1
maxLength: 8
enum:
- RS256
- PS256
- ES256
description: >-
As defined in CIBA - Registration and Discovery Metadata.
This value MUST be specified iff the grant_types includes
Expand Down

0 comments on commit e9f24b9

Please sign in to comment.