Skip to content
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

oidcclaimquery: better error handling for casting #3216

Open
MustafaSaber opened this issue Sep 2, 2024 · 0 comments
Open

oidcclaimquery: better error handling for casting #3216

MustafaSaber opened this issue Sep 2, 2024 · 0 comments

Comments

@MustafaSaber
Copy link
Member

Describe the bug

if oidcclaimsquery get a jwt token that doesn't have sub for any reason it will fail to cast nil to string.

sub := token.Claims["sub"].(string)

To Reproduce

use a token without sub

Expected behavior

Better error handling instead of failing without clue what is happening.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant