@@ -1075,21 +1075,21 @@ $defs:
10751075 required : [ oidc ]
10761076 oauth2AuthenticationProperties :
10771077 type : object
1078- title : OAuth2AutenthicationData
1078+ title : OAuth2AuthenticationData
10791079 description : Inline configuration of the OAuth2 authentication policy.
10801080 properties :
10811081 authority :
10821082 $ref : ' #/$defs/uriTemplate'
1083- title : OAuth2AutenthicationDataAuthority
1083+ title : OAuth2AuthenticationDataAuthority
10841084 description : The URI that references the OAuth2 authority to use.
10851085 grant :
10861086 type : string
10871087 enum : [ authorization_code, client_credentials, password, refresh_token, 'urn:ietf:params:oauth:grant-type:token-exchange']
1088- title : OAuth2AutenthicationDataGrant
1088+ title : OAuth2AuthenticationDataGrant
10891089 description : The grant type to use.
10901090 client :
10911091 type : object
1092- title : OAuth2AutenthicationDataClient
1092+ title : OAuth2AuthenticationDataClient
10931093 description : The definition of an OAuth2 client.
10941094 unevaluatedProperties : false
10951095 properties :
@@ -1129,31 +1129,31 @@ $defs:
11291129 type : string
11301130 scopes :
11311131 type : array
1132- title : OAuth2AutenthicationDataScopes
1132+ title : OAuth2AuthenticationDataScopes
11331133 description : The scopes, if any, to request the token for.
11341134 items :
11351135 type : string
11361136 audiences :
11371137 type : array
1138- title : OAuth2AutenthicationDataAudiences
1138+ title : OAuth2AuthenticationDataAudiences
11391139 description : The audiences, if any, to request the token for.
11401140 items :
11411141 type : string
11421142 username :
11431143 type : string
1144- title : OAuth2AutenthicationDataUsername
1144+ title : OAuth2AuthenticationDataUsername
11451145 description : The username to use. Used only if the grant type is Password.
11461146 password :
11471147 type : string
1148- title : OAuth2AutenthicationDataPassword
1148+ title : OAuth2AuthenticationDataPassword
11491149 description : The password to use. Used only if the grant type is Password.
11501150 subject :
11511151 $ref : ' #/$defs/oauth2Token'
1152- title : OAuth2AutenthicationDataSubject
1152+ title : OAuth2AuthenticationDataSubject
11531153 description : The security token that represents the identity of the party on behalf of whom the request is being made.
11541154 actor :
11551155 $ref : ' #/$defs/oauth2Token'
1156- title : OAuth2AutenthicationDataActor
1156+ title : OAuth2AuthenticationDataActor
11571157 description : The security token that represents the identity of the acting party.
11581158 oauth2Token :
11591159 type : object
0 commit comments