-
Notifications
You must be signed in to change notification settings - Fork 153
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
Token Response Attribute expires_in
Should be Optional
#439
Labels
bug
good first issue
hacktoberfest
Small issues for those interested in participating in Hacktoberfest.
Milestone
Comments
Just noting that the real issue is that the tokens response https://openid.net/specs/openid-connect-basic-1_0.html#TokenOK
|
timnolte
changed the title
PHP Warning: Undefined array key "expires_in
Refresh Token Attribute Sep 15, 2022
expires_in
should be optional
timnolte
changed the title
Refresh Token Attribute
Token Response Attribute Sep 15, 2022
expires_in
should be optional expires_in
Should be Optional
timnolte
added
hacktoberfest
Small issues for those interested in participating in Hacktoberfest.
good first issue
labels
Oct 4, 2022
3 tasks
timnolte
added a commit
that referenced
this issue
May 9, 2024
…cess Token - Fixes #439 - Properly handles `expires_in` being OPTIONAl according to spec. (See: 3.2.2.5. Successful Authentication Response)
6 tasks
6 tasks
timnolte
added a commit
that referenced
this issue
May 9, 2024
…cess Token - Fixes #439 - Properly handles `expires_in` being OPTIONAl according to spec. (See: 3.2.2.5. Successful Authentication Response)
timnolte
added a commit
that referenced
this issue
May 9, 2024
…cess Token - Fixes #439 - Properly handles `expires_in` being OPTIONAl according to spec. (See: 3.2.2.5. Successful Authentication Response)
timnolte
added a commit
that referenced
this issue
May 10, 2024
…cess Token - Fixes #439 - Properly handles `expires_in` being OPTIONAl according to spec. (See: 3.2.2.5. Successful Authentication Response)
timnolte
added a commit
that referenced
this issue
Jun 11, 2024
…cess Token - Fixes #439 - Properly handles `expires_in` being OPTIONAl according to spec. (See: 3.2.2.5. Successful Authentication Response)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bug
good first issue
hacktoberfest
Small issues for those interested in participating in Hacktoberfest.
Describe the bug
PHP warning message are shown in server error log with PHP 8.1
Screenshots
[error] 41977#41977: *167373 FastCGI sent in stderr: "PHP message: PHP Warning: Undefined array key "expires_in" in /daggerhart-openid-connect-generic/includes/openid-connect-generic-client-wrapper.php on line 700" while reading response header from upstream
The text was updated successfully, but these errors were encountered: