Why access token does not includes client_id or azp? #646
Answered
by
muhlemmer
duizabojul
asked this question in
Q&A
-
id_token got these claims but not access_token? Is there a reason for this? RFC tells client_id is required in access token. |
Beta Was this translation helpful? Give feedback.
Answered by
muhlemmer
Sep 6, 2024
Replies: 1 comment
-
Hi, good question. You are right. It seems we forget to assign the value here: Lines 107 to 123 in 52e8b65 I will convert this issue into a bug report and submit a fix. Thanks for raising! |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
muhlemmer
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, good question. You are right.
It seems we forget to assign the value here:
oidc/pkg/oidc/token.go
Lines 107 to 123 in 52e8b65
I…