@@ -1037,21 +1037,21 @@ $defs:
1037
1037
required : [ oidc ]
1038
1038
oauth2AuthenticationProperties :
1039
1039
type : object
1040
- title : OAuth2AutenthicationData
1040
+ title : OAuth2AuthenticationData
1041
1041
description : Inline configuration of the OAuth2 authentication policy.
1042
1042
properties :
1043
1043
authority :
1044
1044
$ref : ' #/$defs/uriTemplate'
1045
- title : OAuth2AutenthicationDataAuthority
1045
+ title : OAuth2AuthenticationDataAuthority
1046
1046
description : The URI that references the OAuth2 authority to use.
1047
1047
grant :
1048
1048
type : string
1049
1049
enum : [ authorization_code, client_credentials, password, refresh_token, 'urn:ietf:params:oauth:grant-type:token-exchange']
1050
- title : OAuth2AutenthicationDataGrant
1050
+ title : OAuth2AuthenticationDataGrant
1051
1051
description : The grant type to use.
1052
1052
client :
1053
1053
type : object
1054
- title : OAuth2AutenthicationDataClient
1054
+ title : OAuth2AuthenticationDataClient
1055
1055
description : The definition of an OAuth2 client.
1056
1056
unevaluatedProperties : false
1057
1057
properties :
@@ -1091,31 +1091,31 @@ $defs:
1091
1091
type : string
1092
1092
scopes :
1093
1093
type : array
1094
- title : OAuth2AutenthicationDataScopes
1094
+ title : OAuth2AuthenticationDataScopes
1095
1095
description : The scopes, if any, to request the token for.
1096
1096
items :
1097
1097
type : string
1098
1098
audiences :
1099
1099
type : array
1100
- title : OAuth2AutenthicationDataAudiences
1100
+ title : OAuth2AuthenticationDataAudiences
1101
1101
description : The audiences, if any, to request the token for.
1102
1102
items :
1103
1103
type : string
1104
1104
username :
1105
1105
type : string
1106
- title : OAuth2AutenthicationDataUsername
1106
+ title : OAuth2AuthenticationDataUsername
1107
1107
description : The username to use. Used only if the grant type is Password.
1108
1108
password :
1109
1109
type : string
1110
- title : OAuth2AutenthicationDataPassword
1110
+ title : OAuth2AuthenticationDataPassword
1111
1111
description : The password to use. Used only if the grant type is Password.
1112
1112
subject :
1113
1113
$ref : ' #/$defs/oauth2Token'
1114
- title : OAuth2AutenthicationDataSubject
1114
+ title : OAuth2AuthenticationDataSubject
1115
1115
description : The security token that represents the identity of the party on behalf of whom the request is being made.
1116
1116
actor :
1117
1117
$ref : ' #/$defs/oauth2Token'
1118
- title : OAuth2AutenthicationDataActor
1118
+ title : OAuth2AuthenticationDataActor
1119
1119
description : The security token that represents the identity of the acting party.
1120
1120
oauth2Token :
1121
1121
type : object
0 commit comments