Skip to content

Add logging when old SAML requests are used#1986

Open
johanib wants to merge 1 commit intomainfrom
feature/1792-add-expired-logging
Open

Add logging when old SAML requests are used#1986
johanib wants to merge 1 commit intomainfrom
feature/1792-add-expired-logging

Conversation

@johanib
Copy link
Copy Markdown
Contributor

@johanib johanib commented Apr 22, 2026

Prior to this change, EB would not make note of the fact that old SAML requests are used. Engine does make a log notice about possible clock drift, but does so if if the time is off by 30 seconds.

This change adds a warning if a request is received that is X seconds old. With the default being 1 day.

Functionally, EB does proces these requests as usual, but SPs might reject the requests.

Resolves #1792

Prior to this change, EB would not make note of the fact that old SAML requests are used. Engine does make a log notice about possible clock drift, but does so if if the time is off by 30 seconds.

This change adds a warning if a request is received that is X seconds old. With the default being 1 day.

Functionally, EB does proces these requests as usual, but SPs might reject the requests.

Resolves #1792
@johanib johanib linked an issue Apr 22, 2026 that may be closed by this pull request
@johanib johanib requested a review from kayjoosten April 22, 2026 14:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Check for and log old IssueInstants

1 participant