You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -306,7 +306,7 @@ async function verifyAccessTokenRequestClientAttestation(
306
306
{
307
307
error: Oauth2ErrorCodes.InvalidRequest,
308
308
error_description:
309
-
'Expected the DPoP JWK thumbprint value to match the JWK thumbprint of the client attestation confirmation JWK. Ensrue both DPoP and client attestation use the same key.',
309
+
'Expected the DPoP JWK thumbprint value to match the JWK thumbprint of the client attestation confirmation JWK. Ensure both DPoP and client attestation use the same key.',
Copy file name to clipboardExpand all lines: packages/oauth2/src/authorization-challenge/parse-authorization-challenge-request.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ export function parseAuthorizationChallengeRequest(
32
32
if(!parsedAuthorizationChallengeRequest.success){
33
33
thrownewOauth2ServerErrorResponseError({
34
34
error: Oauth2ErrorCodes.InvalidRequest,
35
-
error_description: `Error occured during validation of authorization challenge request.\n${formatZodError(parsedAuthorizationChallengeRequest.error)}`,
35
+
error_description: `Error occurred during validation of authorization challenge request.\n${formatZodError(parsedAuthorizationChallengeRequest.error)}`,
* The JWK will be returend if a DPoP proof was provided in the header.
76
+
* The JWK will be returned if a DPoP proof was provided in the header.
77
77
*/
78
78
jwk?: Jwk
79
79
}
@@ -188,7 +188,7 @@ async function verifyAuthorizationRequestClientAttestation(
188
188
{
189
189
error: Oauth2ErrorCodes.InvalidRequest,
190
190
error_description:
191
-
'Expected the DPoP JWK thumbprint value to match the JWK thumbprint of the client attestation confirmation JWK. Ensrue both DPoP and client attestation use the same key.',
191
+
'Expected the DPoP JWK thumbprint value to match the JWK thumbprint of the client attestation confirmation JWK. Ensure both DPoP and client attestation use the same key.',
0 commit comments