-
Notifications
You must be signed in to change notification settings - Fork 566
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
Make check for audience claim in access token optional in OIDC provider #5860
Labels
enhancement
New feature or request
P3
security
team-fix
This issue is available for team members to be fixed. Should not require deep knowledge of Helidon
Comments
tomas-langer
added
team-fix
This issue is available for team members to be fixed. Should not require deep knowledge of Helidon
and removed
help wanted
Extra attention is needed
labels
Feb 12, 2023
According to https://datatracker.ietf.org/doc/html/rfc7519#section-4.1.3 this claim is optional so why not. |
Tomas-Kraus
added a commit
to Tomas-Kraus/helidon
that referenced
this issue
Jun 7, 2023
… optional in OIDC provider Signed-off-by: Tomáš Kraus <tomas.kraus@oracle.com>
Tomas-Kraus
added a commit
to Tomas-Kraus/helidon
that referenced
this issue
Jun 15, 2023
… optional in OIDC provider Signed-off-by: Tomáš Kraus <tomas.kraus@oracle.com>
Tomas-Kraus
added a commit
to Tomas-Kraus/helidon
that referenced
this issue
Jul 21, 2023
… optional in OIDC provider Signed-off-by: Tomáš Kraus <tomas.kraus@oracle.com>
Tomas-Kraus
added a commit
to Tomas-Kraus/helidon
that referenced
this issue
Aug 17, 2023
… optional in OIDC provider Signed-off-by: Tomáš Kraus <tomas.kraus@oracle.com>
Tomas-Kraus
added a commit
that referenced
this issue
Aug 22, 2023
…in OIDC provider Signed-off-by: Tomáš Kraus <tomas.kraus@oracle.com>
dalexandrov
pushed a commit
to dalexandrov/helidon
that referenced
this issue
Aug 26, 2023
… optional in OIDC provider Signed-off-by: Tomáš Kraus <tomas.kraus@oracle.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
enhancement
New feature or request
P3
security
team-fix
This issue is available for team members to be fixed. Should not require deep knowledge of Helidon
It is not always possible to configure the Identity Provider to have compatible "aud" claim. It would be very nice to have the check for the "aud" claim optional (with default = true (do check claim) ).
Environment Details
This is not version or SE/MP specific or platform specific.
The text was updated successfully, but these errors were encountered: