-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Invalid Id Token Nonce with Zitadel #341
Comments
This seems like a wrong configuration on the side of your IDP, the aud should always represent the client id of the application the token is designated for.
|
Ok so just to be 100% sure:
|
Is it possible to get more logs from your program? Looking at |
You can change the log level to e.g. DEBUG using the RUST_LOG environment variable. |
All statements of your previous comment seem correct. I would add that I've never tried deploying jitsi and jitsi openid on the same domain. Although that does not seem relevant regarding your problem. |
Just to verify the xxx in the error message of your issue is not the client id of the client designated for jitsi openid and also not the client id configured in jitsi openid. |
I do not quite understand your last comment, could you please develop? That xxx I see in the error message is the OAuth client ID of another unrelated application I have in Zitadel (I think it is for Grafana). It is neither jitsi or jitsi-openid. |
All right, did you configure jitsi also in your idp? Your idol just needs to know jitsi openid. |
But I don't know what reasons there could be for your idp to send an wrong client id in the aud Field. |
No I only setup one application in Zitadel for jitsi openid. |
I set the variable CLIENT_ID and CLIENT_SECRET for jitsi openid to the ID and SECRET I get in my Idp, right? |
You might want to have a look here too : |
Hi
I am trying to use this with Zitadel as Idp. It seems that the authentication succeed but at the redirect I get this error:
Invalid Id Token Nonce: Invalid audiences: 'xxx' is not a trusted audience
What is very surprising is that
xxx
is a client ID for another application, so what am I doing wrong here?The text was updated successfully, but these errors were encountered: