@@ -1037,21 +1037,21 @@ $defs:
10371037 required : [ oidc ]
10381038 oauth2AuthenticationProperties :
10391039 type : object
1040- title : OAuth2AutenthicationData
1040+ title : OAuth2AuthenticationData
10411041 description : Inline configuration of the OAuth2 authentication policy.
10421042 properties :
10431043 authority :
10441044 $ref : ' #/$defs/uriTemplate'
1045- title : OAuth2AutenthicationDataAuthority
1045+ title : OAuth2AuthenticationDataAuthority
10461046 description : The URI that references the OAuth2 authority to use.
10471047 grant :
10481048 type : string
10491049 enum : [ authorization_code, client_credentials, password, refresh_token, 'urn:ietf:params:oauth:grant-type:token-exchange']
1050- title : OAuth2AutenthicationDataGrant
1050+ title : OAuth2AuthenticationDataGrant
10511051 description : The grant type to use.
10521052 client :
10531053 type : object
1054- title : OAuth2AutenthicationDataClient
1054+ title : OAuth2AuthenticationDataClient
10551055 description : The definition of an OAuth2 client.
10561056 unevaluatedProperties : false
10571057 properties :
@@ -1091,31 +1091,31 @@ $defs:
10911091 type : string
10921092 scopes :
10931093 type : array
1094- title : OAuth2AutenthicationDataScopes
1094+ title : OAuth2AuthenticationDataScopes
10951095 description : The scopes, if any, to request the token for.
10961096 items :
10971097 type : string
10981098 audiences :
10991099 type : array
1100- title : OAuth2AutenthicationDataAudiences
1100+ title : OAuth2AuthenticationDataAudiences
11011101 description : The audiences, if any, to request the token for.
11021102 items :
11031103 type : string
11041104 username :
11051105 type : string
1106- title : OAuth2AutenthicationDataUsername
1106+ title : OAuth2AuthenticationDataUsername
11071107 description : The username to use. Used only if the grant type is Password.
11081108 password :
11091109 type : string
1110- title : OAuth2AutenthicationDataPassword
1110+ title : OAuth2AuthenticationDataPassword
11111111 description : The password to use. Used only if the grant type is Password.
11121112 subject :
11131113 $ref : ' #/$defs/oauth2Token'
1114- title : OAuth2AutenthicationDataSubject
1114+ title : OAuth2AuthenticationDataSubject
11151115 description : The security token that represents the identity of the party on behalf of whom the request is being made.
11161116 actor :
11171117 $ref : ' #/$defs/oauth2Token'
1118- title : OAuth2AutenthicationDataActor
1118+ title : OAuth2AuthenticationDataActor
11191119 description : The security token that represents the identity of the acting party.
11201120 oauth2Token :
11211121 type : object
0 commit comments