You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After configuring SAML SSO via Microsoft Entra, when attempting to login to reportportal via SAML, the front end displays the error:
Authentication statement is too old to be used with value: '2023-11-01T12:10:43.939Z' current time: '2024-01-29T12:10:43.939Z'
I understand that we can increase the token age limit with the application.property rp.auth.saml.session-live but this value can only be set to a maximum value representing 24 days due to limits on the Java primitive int.
It would be helpful to allow us to temporarily disable this age check on the tokens to allow us to find out why the Microsoft token is kept for so long without blocking us from using SSO.
Describe the bug
After configuring SAML SSO via Microsoft Entra, when attempting to login to reportportal via SAML, the front end displays the error:
I understand that we can increase the token age limit with the application.property
rp.auth.saml.session-live
but this value can only be set to a maximum value representing 24 days due to limits on the Java primitiveint
.It would be helpful to allow us to temporarily disable this age check on the tokens to allow us to find out why the Microsoft token is kept for so long without blocking us from using SSO.
Reference: reportportal/reportportal#1855
The text was updated successfully, but these errors were encountered: