@@ -1075,21 +1075,21 @@ $defs:
1075
1075
required : [ oidc ]
1076
1076
oauth2AuthenticationProperties :
1077
1077
type : object
1078
- title : OAuth2AutenthicationData
1078
+ title : OAuth2AuthenticationData
1079
1079
description : Inline configuration of the OAuth2 authentication policy.
1080
1080
properties :
1081
1081
authority :
1082
1082
$ref : ' #/$defs/uriTemplate'
1083
- title : OAuth2AutenthicationDataAuthority
1083
+ title : OAuth2AuthenticationDataAuthority
1084
1084
description : The URI that references the OAuth2 authority to use.
1085
1085
grant :
1086
1086
type : string
1087
1087
enum : [ authorization_code, client_credentials, password, refresh_token, 'urn:ietf:params:oauth:grant-type:token-exchange']
1088
- title : OAuth2AutenthicationDataGrant
1088
+ title : OAuth2AuthenticationDataGrant
1089
1089
description : The grant type to use.
1090
1090
client :
1091
1091
type : object
1092
- title : OAuth2AutenthicationDataClient
1092
+ title : OAuth2AuthenticationDataClient
1093
1093
description : The definition of an OAuth2 client.
1094
1094
unevaluatedProperties : false
1095
1095
properties :
@@ -1129,31 +1129,31 @@ $defs:
1129
1129
type : string
1130
1130
scopes :
1131
1131
type : array
1132
- title : OAuth2AutenthicationDataScopes
1132
+ title : OAuth2AuthenticationDataScopes
1133
1133
description : The scopes, if any, to request the token for.
1134
1134
items :
1135
1135
type : string
1136
1136
audiences :
1137
1137
type : array
1138
- title : OAuth2AutenthicationDataAudiences
1138
+ title : OAuth2AuthenticationDataAudiences
1139
1139
description : The audiences, if any, to request the token for.
1140
1140
items :
1141
1141
type : string
1142
1142
username :
1143
1143
type : string
1144
- title : OAuth2AutenthicationDataUsername
1144
+ title : OAuth2AuthenticationDataUsername
1145
1145
description : The username to use. Used only if the grant type is Password.
1146
1146
password :
1147
1147
type : string
1148
- title : OAuth2AutenthicationDataPassword
1148
+ title : OAuth2AuthenticationDataPassword
1149
1149
description : The password to use. Used only if the grant type is Password.
1150
1150
subject :
1151
1151
$ref : ' #/$defs/oauth2Token'
1152
- title : OAuth2AutenthicationDataSubject
1152
+ title : OAuth2AuthenticationDataSubject
1153
1153
description : The security token that represents the identity of the party on behalf of whom the request is being made.
1154
1154
actor :
1155
1155
$ref : ' #/$defs/oauth2Token'
1156
- title : OAuth2AutenthicationDataActor
1156
+ title : OAuth2AuthenticationDataActor
1157
1157
description : The security token that represents the identity of the acting party.
1158
1158
oauth2Token :
1159
1159
type : object
0 commit comments