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
When after generating a client JWT token for this and run a curl against the identity server it gives a "failed to match audience values" message. Looking a the code documentation (I am no java programmer) it expects an "aud" value the same as the IS 5.10 server token endpoint. But I am supplying this so I don't understand the problem.
Am I doing something wrong or is this a bug?
Suggested Labels:
Suggested Assignees:
Affected Product Version:
Identity server 5.10
OS, DB, other environment details and versions:
Windows 10
org.wso2.carbon.identity.oauth2.token.handler.clientauth.jwt-2.2.8.jar
Standard installation - no modifications other than the ones needed for this use case
Steps to reproduce:
Summary outline described above, more details can be supplied
Related Issues:
The text was updated successfully, but these errors were encountered:
Description:
Following up on the tutorial with the following link https://is.docs.wso2.com/en/latest/learn/private-key-jwt-client-authentication-for-oidc/ I have configured the service provider in Identity server 5.10 , created the necessary credentials and loaded these in wso2carbon.jks. I have created a signed JWT client token as follows:
{
"typ": "JWT",
"alg": "RS256",
"kid": "playground"
}
{
"iss": "PcxJbRWBA8dZCQbpxs56rFfNlFoa",
"sub": "PcxJbRWBA8dZCQbpxs56rFfNlFoa",
"exp": 1645969440,
"iat": 1643291040,
"jti": "14494155",
"aud": "https://localhost:9443/oauth2/token"
}
When after generating a client JWT token for this and run a curl against the identity server it gives a "failed to match audience values" message. Looking a the code documentation (I am no java programmer) it expects an "aud" value the same as the IS 5.10 server token endpoint. But I am supplying this so I don't understand the problem.
Am I doing something wrong or is this a bug?
Suggested Labels:
Suggested Assignees:
Affected Product Version:
Identity server 5.10
OS, DB, other environment details and versions:
Windows 10
org.wso2.carbon.identity.oauth2.token.handler.clientauth.jwt-2.2.8.jar
Standard installation - no modifications other than the ones needed for this use case
Steps to reproduce:
Summary outline described above, more details can be supplied
Related Issues:
The text was updated successfully, but these errors were encountered: