Replies: 1 comment 2 replies
-
Hello @panva I'm writing to discuss a notable change in the Final OpenID Connect Specification, published on December 15, 2023. Specifically, I'd like to address the updated guidance in section 3.1.3.7 regarding the 'azp' field in ID Token Validation. As per the new specification, when the 'aud' (audience) claim is an array, the 'azp' (authorized party) claim is no longer required. Below is the 3.1.3.7 section
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi! 👋
Firstly, thanks for your work on this project! 🙂
Today I used patch-package to patch
[email protected]
for the project I'm working on.My issue was that my IDP was not send the azp field even though audience was an array. I started looking into, and the specification says it should be sent and verified if its an array, but not that is must. At least from what I read. I ask my IDP if they could change this and they said it would be a bit of an ordeal to change, so I decided to patch it here. It would be nice if there was just an option to not verify azp if not present in the token.
Here is the diff that solved my problem:
This issue body was partially generated by patch-package.
Beta Was this translation helpful? Give feedback.
All reactions