Issue with persistent sessions
Lambertz, Björn
b.lambertz at fz-juelich.de
Fri Jul 24 09:44:44 UTC 2026
Hi,
I have persistent sessions enabled, which are stored server-side in
mariadb. I noticed that sometimes I have to re-login although a session
already exists and my IP didn't change, so I enabled debug logging for
net.shibboleth.idp.session. The issue occurred this morning. I attached
output of db query and IdP log lines for my client, I replaced IP,
username and SP names with sed. Only thing I notice is, there is a
warning about one of the SAML SPs not behaving conform with the relay
state. Could that be the cause? Did anyone notice this behaviour in
their environments before? Is this a bug?
Config:
grep -h session /opt/shibboleth-idp/conf/idp.properties | grep -v '^#'
idp.session.StorageService = JDBCStorageService
idp.session.timeout = PT12H
idp.session.trackSPSessions = true
idp.session.secondaryServiceIndex = true
Log (also attached as plain text file):
MariaDB [shibboleth]> select * from StorageRecords where id =
'_session' and value like '%username%';
+------------------------------------------------------------------+---
-------+---------------+-----------------------------------------------
-----------------------------------------------------+---------+
| context | id
| expires | value
| version |
+------------------------------------------------------------------+---
-------+---------------+-----------------------------------------------
-----------------------------------------------------+---------+
| 7c5bae447848a2868a82e8a17e013bad926bfb7e9d8b8c2d51b8fb9b578f24ec |
_session | 1784918646156 |
{"ts":1784875446156,"nam":"username","v4":"192.168.0.65","flows":["auth
n/MFA"],"svcs":["url_sp1"]} | 3 |
| d57f40aafe598739411e51fe2993d4a4983e05b11d389acd60085a20906fff62 |
_session | 1784917243568 |
{"ts":1784874043568,"nam":"username","v4":"192.168.0.65","flows":["auth
n/MFA"],"svcs":["url_sp2"]} | 3 |
+------------------------------------------------------------------+---
-------+---------------+-----------------------------------------------
-----------------------------------------------------+---------+
2026-07-24 08:20:30,986 - 192.168.0.65 - DEBUG
[net.shibboleth.idp.session.impl.StorageBackedSessionManager:811] -
Performing primary lookup on session ID
d043376e99af89589e2140c3765b7b12f612202a0cb2abc1445cc1aa60a6a87e
2026-07-24 08:20:30,988 - 192.168.0.65 - DEBUG
[net.shibboleth.idp.session.impl.StorageBackedSessionManager:819] -
Primary lookup failed for session ID
d043376e99af89589e2140c3765b7b12f612202a0cb2abc1445cc1aa60a6a87e
2026-07-24 08:20:30,988 - 192.168.0.65 - DEBUG
[net.shibboleth.idp.session.impl.PopulateSessionContext:140] - Profile
Action PopulateSessionContext: No session found for client
2026-07-24 08:20:34,350 - 192.168.0.65 - DEBUG
[net.shibboleth.idp.session.impl.StorageBackedSessionManager:811] -
Performing primary lookup on session ID
d043376e99af89589e2140c3765b7b12f612202a0cb2abc1445cc1aa60a6a87e
2026-07-24 08:20:34,351 - 192.168.0.65 - DEBUG
[net.shibboleth.idp.session.impl.StorageBackedSessionManager:819] -
Primary lookup failed for session ID
d043376e99af89589e2140c3765b7b12f612202a0cb2abc1445cc1aa60a6a87e
2026-07-24 08:20:34,352 - 192.168.0.65 - DEBUG
[net.shibboleth.idp.session.impl.PopulateSessionContext:140] - Profile
Action PopulateSessionContext: No session found for client
2026-07-24 08:20:36,398 - 192.168.0.65 - DEBUG
[net.shibboleth.idp.session.impl.StorageBackedSessionManager:811] -
Performing primary lookup on session ID
d043376e99af89589e2140c3765b7b12f612202a0cb2abc1445cc1aa60a6a87e
2026-07-24 08:20:36,399 - 192.168.0.65 - DEBUG
[net.shibboleth.idp.session.impl.StorageBackedSessionManager:819] -
Primary lookup failed for session ID
d043376e99af89589e2140c3765b7b12f612202a0cb2abc1445cc1aa60a6a87e
2026-07-24 08:20:36,399 - 192.168.0.65 - DEBUG
[net.shibboleth.idp.session.impl.PopulateSessionContext:140] - Profile
Action PopulateSessionContext: No session found for client
2026-07-24 08:20:43,566 - 192.168.0.65 - INFO
[de.zedat.fudis.shibboleth.idp.plugin.authn.fudiscr.client.edumfa.impl.
EduMfaChallengeResponseClient:713] - CRClient
EduMfaChallengeResponseClient: Validation of (userless) webauthn
response returns user 'username at users'.
2026-07-24 08:20:43,567 - 192.168.0.65 - DEBUG
[net.shibboleth.idp.session.impl.DetectIdentitySwitch:142] - Profile
Action DetectIdentitySwitch: No previous session found, nothing to do
2026-07-24 08:20:43,567 - 192.168.0.65 - INFO
[net.shibboleth.idp.authn.impl.FinalizeAuthentication:205] - Profile
Action FinalizeAuthentication: Principal username authenticated
2026-07-24 08:20:43,568 - 192.168.0.65 - DEBUG
[net.shibboleth.idp.session.impl.UpdateSessionWithAuthenticationResult:
223] - Profile Action UpdateSessionWithAuthenticationResult: Creating
new session for principal username
2026-07-24 08:20:43,611 - 192.168.0.65 - DEBUG
[net.shibboleth.idp.session.impl.StorageBackedSessionManager:538] -
Created new session
d57f40aafe598739411e51fe2993d4a4983e05b11d389acd60085a20906fff62 for
principal username
2026-07-24 08:20:43,612 - 192.168.0.65 - DEBUG
[net.shibboleth.idp.session.impl.StorageBackedIdPSession:575] - Saving
AuthenticationResult for flow authn/MFA in session
d57f40aafe598739411e51fe2993d4a4983e05b11d389acd60085a20906fff62
2026-07-24 08:20:43,687 - 192.168.0.65 - DEBUG
[net.shibboleth.idp.session.impl.UpdateSessionWithSPSession:149] -
Profile Action UpdateSessionWithSPSession: Adding new SPSession for
relying party url_sp2 to existing session
d57f40aafe598739411e51fe2993d4a4983e05b11d389acd60085a20906fff62
2026-07-24 08:20:43,688 - 192.168.0.65 - DEBUG
[net.shibboleth.idp.session.impl.StorageBackedIdPSession:677] - Saving
SPSession for service url_sp2 in session
d57f40aafe598739411e51fe2993d4a4983e05b11d389acd60085a20906fff62
2026-07-24 08:20:43,688 - 192.168.0.65 - DEBUG
[net.shibboleth.idp.session.SPSessionSerializerRegistry:97] - Registry
located StorageSerializer of type
'net.shibboleth.idp.saml.session.impl.SAML2SPSessionSerializer' for
SPSession type 'class net.shibboleth.idp.saml.session.SAML2SPSession'
2026-07-24 08:20:43,714 - 192.168.0.65 - DEBUG
[net.shibboleth.idp.session.impl.StorageBackedSessionManager:654] -
Maintaining secondary index for service ID url_sp2 and key
username at fz-juelich.de
2026-07-24 08:20:43,758 - 192.168.0.65 - INFO [Shibboleth-
Audit.SSO:333] - 192.168.0.65|2026-07-24T06:20:36.390102547Z|2026-07-
24T06:20:43.758788333Z|username|url_sp2|_56264edd9fa19a5630ff3b674b13ba
2b|https://refeds.org/profile/mfa|2026-07-24T06:20:43.566541476Z|eduPersonEntitlement,mail,displayName,givenName,cn,o,eduPersonAssurance,uid,samlPairwiseID,eduPersonScopedAffiliation,eduPersonTargetedID,schacHomeOrganization,eduPersonPrincipalName,sn|username@fz-juelich.de|emailAddress|false|true|AES128-CBC|Redirect|POST||Success||d57f40aafe598739411e51fe2993d4a4983e05b11d389acd60085a20906fff62|Mozilla/5.0
(X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko)
Chrome/150.0.0.0 Safari/537.36
2026-07-24 08:43:44,778 - 192.168.0.65 - DEBUG
[net.shibboleth.idp.session.impl.PopulateSessionContext:140] - Profile
Action PopulateSessionContext: No session found for client
2026-07-24 08:44:06,154 - 192.168.0.65 - INFO
[de.zedat.fudis.shibboleth.idp.plugin.authn.fudiscr.client.edumfa.impl.
EduMfaChallengeResponseClient:713] - CRClient
EduMfaChallengeResponseClient: Validation of (userless) webauthn
response returns user 'username at users'.
2026-07-24 08:44:06,155 - 192.168.0.65 - DEBUG
[net.shibboleth.idp.session.impl.DetectIdentitySwitch:142] - Profile
Action DetectIdentitySwitch: No previous session found, nothing to do
2026-07-24 08:44:06,155 - 192.168.0.65 - INFO
[net.shibboleth.idp.authn.impl.FinalizeAuthentication:205] - Profile
Action FinalizeAuthentication: Principal username authenticated
2026-07-24 08:44:06,155 - 192.168.0.65 - DEBUG
[net.shibboleth.idp.session.impl.UpdateSessionWithAuthenticationResult:
223] - Profile Action UpdateSessionWithAuthenticationResult: Creating
new session for principal username
2026-07-24 08:44:06,249 - 192.168.0.65 - DEBUG
[net.shibboleth.idp.session.impl.StorageBackedSessionManager:538] -
Created new session
7c5bae447848a2868a82e8a17e013bad926bfb7e9d8b8c2d51b8fb9b578f24ec for
principal username
2026-07-24 08:44:06,249 - 192.168.0.65 - DEBUG
[net.shibboleth.idp.session.impl.StorageBackedIdPSession:575] - Saving
AuthenticationResult for flow authn/MFA in session
7c5bae447848a2868a82e8a17e013bad926bfb7e9d8b8c2d51b8fb9b578f24ec
2026-07-24 08:44:06,332 - 192.168.0.65 - DEBUG
[net.shibboleth.idp.session.impl.UpdateSessionWithSPSession:149] -
Profile Action UpdateSessionWithSPSession: Adding new SPSession for
relying party url_sp1 to existing session
7c5bae447848a2868a82e8a17e013bad926bfb7e9d8b8c2d51b8fb9b578f24ec
2026-07-24 08:44:06,332 - 192.168.0.65 - DEBUG
[net.shibboleth.idp.session.impl.StorageBackedIdPSession:677] - Saving
SPSession for service url_sp1 in session
7c5bae447848a2868a82e8a17e013bad926bfb7e9d8b8c2d51b8fb9b578f24ec
2026-07-24 08:44:06,332 - 192.168.0.65 - DEBUG
[net.shibboleth.idp.session.SPSessionSerializerRegistry:97] - Registry
located StorageSerializer of type
'net.shibboleth.idp.saml.session.impl.SAML2SPSessionSerializer' for
SPSession type 'class net.shibboleth.idp.saml.session.SAML2SPSession'
2026-07-24 08:44:06,397 - 192.168.0.65 - DEBUG
[net.shibboleth.idp.session.impl.StorageBackedSessionManager:654] -
Maintaining secondary index for service ID url_sp1 and key
AAhzZWNyZXQzOZoM8/HV6BbRSlkHNlNnx4dCB3j/dPApGuKVDMhyVgy+K1j+PNc4tFd4BuR
tjJST3f3H4as1NKQGQrRC7vmIps2FhiehutO+snGk8yWnrgEickmZFcsoArtwDTnwyS0Xkr
AA/lHgmfOAn1H0RaV+0QKT2mezZhPV7jamTdANhXLItzCIAtTWtAU=
2026-07-24 08:44:06,441 - 192.168.0.65 - WARN
[org.opensaml.saml.common.binding.SAMLBindingSupport:103] - Relay state
exceeds 80 bytes: fzj_idp,index.py?start_url=[censored]
2026-07-24 08:44:06,443 - 192.168.0.65 - INFO [Shibboleth-
Audit.SSO:333] - 192.168.0.65|2026-07-24T06:43:44.770384633Z|2026-07-
24T06:44:06.443247648Z|username|url_sp1|_e9e9fb119e864b98ef4fa1dbd6f5b7
6f|https://refeds.org/profile/mfa|2026-07-24T06:44:06.154459677Z|eduPersonEntitlement,mail,displayName,givenName,cn,o,eduPersonAssurance,uid,samlPairwiseID,eduPersonScopedAffiliation,eduPersonTargetedID,schacHomeOrganization,eduPersonPrincipalName,sn|AAhzZWNyZXQzOZoM8/HV6BbRSlkHNlNnx4dCB3j/dPApGuKVDMhyVgy+K1j+PNc4tFd4BuRtjJST3f3H4as1NKQGQrRC7vmIps2FhiehutO+snGk8yWnrgEickmZFcsoArtwDTnwyS0XkrAA/lHgmfOAn1H0RaV+0QKT2mezZhPV7jamTdANhXLItzCIAtTWtAU=|transient|false|true|AES128-GCM|POST|POST||Success||7c5bae447848a2868a82e8a17e013bad926bfb7e9d8b8c2d51b8fb9b578f24ec|Mozilla/5.0
(X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko)
Chrome/150.0.0.0 Safari/537.36
Regards, Björn
-------------- next part --------------
MariaDB [shibboleth]> select * from StorageRecords where id = '_session' and value like '%username%';
+------------------------------------------------------------------+----------+---------------+----------------------------------------------------------------------------------------------------+---------+
| context | id | expires | value | version |
+------------------------------------------------------------------+----------+---------------+----------------------------------------------------------------------------------------------------+---------+
| 7c5bae447848a2868a82e8a17e013bad926bfb7e9d8b8c2d51b8fb9b578f24ec | _session | 1784918646156 | {"ts":1784875446156,"nam":"username","v4":"192.168.0.65","flows":["authn/MFA"],"svcs":["url_sp1"]} | 3 |
| d57f40aafe598739411e51fe2993d4a4983e05b11d389acd60085a20906fff62 | _session | 1784917243568 | {"ts":1784874043568,"nam":"username","v4":"192.168.0.65","flows":["authn/MFA"],"svcs":["url_sp2"]} | 3 |
+------------------------------------------------------------------+----------+---------------+----------------------------------------------------------------------------------------------------+---------+
2026-07-24 08:20:30,986 - 192.168.0.65 - DEBUG [net.shibboleth.idp.session.impl.StorageBackedSessionManager:811] - Performing primary lookup on session ID d043376e99af89589e2140c3765b7b12f612202a0cb2abc1445cc1aa60a6a87e
2026-07-24 08:20:30,988 - 192.168.0.65 - DEBUG [net.shibboleth.idp.session.impl.StorageBackedSessionManager:819] - Primary lookup failed for session ID d043376e99af89589e2140c3765b7b12f612202a0cb2abc1445cc1aa60a6a87e
2026-07-24 08:20:30,988 - 192.168.0.65 - DEBUG [net.shibboleth.idp.session.impl.PopulateSessionContext:140] - Profile Action PopulateSessionContext: No session found for client
2026-07-24 08:20:34,350 - 192.168.0.65 - DEBUG [net.shibboleth.idp.session.impl.StorageBackedSessionManager:811] - Performing primary lookup on session ID d043376e99af89589e2140c3765b7b12f612202a0cb2abc1445cc1aa60a6a87e
2026-07-24 08:20:34,351 - 192.168.0.65 - DEBUG [net.shibboleth.idp.session.impl.StorageBackedSessionManager:819] - Primary lookup failed for session ID d043376e99af89589e2140c3765b7b12f612202a0cb2abc1445cc1aa60a6a87e
2026-07-24 08:20:34,352 - 192.168.0.65 - DEBUG [net.shibboleth.idp.session.impl.PopulateSessionContext:140] - Profile Action PopulateSessionContext: No session found for client
2026-07-24 08:20:36,398 - 192.168.0.65 - DEBUG [net.shibboleth.idp.session.impl.StorageBackedSessionManager:811] - Performing primary lookup on session ID d043376e99af89589e2140c3765b7b12f612202a0cb2abc1445cc1aa60a6a87e
2026-07-24 08:20:36,399 - 192.168.0.65 - DEBUG [net.shibboleth.idp.session.impl.StorageBackedSessionManager:819] - Primary lookup failed for session ID d043376e99af89589e2140c3765b7b12f612202a0cb2abc1445cc1aa60a6a87e
2026-07-24 08:20:36,399 - 192.168.0.65 - DEBUG [net.shibboleth.idp.session.impl.PopulateSessionContext:140] - Profile Action PopulateSessionContext: No session found for client
2026-07-24 08:20:43,566 - 192.168.0.65 - INFO [de.zedat.fudis.shibboleth.idp.plugin.authn.fudiscr.client.edumfa.impl.EduMfaChallengeResponseClient:713] - CRClient EduMfaChallengeResponseClient: Validation of (userless) webauthn response returns user 'username at users'.
2026-07-24 08:20:43,567 - 192.168.0.65 - DEBUG [net.shibboleth.idp.session.impl.DetectIdentitySwitch:142] - Profile Action DetectIdentitySwitch: No previous session found, nothing to do
2026-07-24 08:20:43,567 - 192.168.0.65 - INFO [net.shibboleth.idp.authn.impl.FinalizeAuthentication:205] - Profile Action FinalizeAuthentication: Principal username authenticated
2026-07-24 08:20:43,568 - 192.168.0.65 - DEBUG [net.shibboleth.idp.session.impl.UpdateSessionWithAuthenticationResult:223] - Profile Action UpdateSessionWithAuthenticationResult: Creating new session for principal username
2026-07-24 08:20:43,611 - 192.168.0.65 - DEBUG [net.shibboleth.idp.session.impl.StorageBackedSessionManager:538] - Created new session d57f40aafe598739411e51fe2993d4a4983e05b11d389acd60085a20906fff62 for principal username
2026-07-24 08:20:43,612 - 192.168.0.65 - DEBUG [net.shibboleth.idp.session.impl.StorageBackedIdPSession:575] - Saving AuthenticationResult for flow authn/MFA in session d57f40aafe598739411e51fe2993d4a4983e05b11d389acd60085a20906fff62
2026-07-24 08:20:43,687 - 192.168.0.65 - DEBUG [net.shibboleth.idp.session.impl.UpdateSessionWithSPSession:149] - Profile Action UpdateSessionWithSPSession: Adding new SPSession for relying party url_sp2 to existing session d57f40aafe598739411e51fe2993d4a4983e05b11d389acd60085a20906fff62
2026-07-24 08:20:43,688 - 192.168.0.65 - DEBUG [net.shibboleth.idp.session.impl.StorageBackedIdPSession:677] - Saving SPSession for service url_sp2 in session d57f40aafe598739411e51fe2993d4a4983e05b11d389acd60085a20906fff62
2026-07-24 08:20:43,688 - 192.168.0.65 - DEBUG [net.shibboleth.idp.session.SPSessionSerializerRegistry:97] - Registry located StorageSerializer of type 'net.shibboleth.idp.saml.session.impl.SAML2SPSessionSerializer' for SPSession type 'class net.shibboleth.idp.saml.session.SAML2SPSession'
2026-07-24 08:20:43,714 - 192.168.0.65 - DEBUG [net.shibboleth.idp.session.impl.StorageBackedSessionManager:654] - Maintaining secondary index for service ID url_sp2 and key username at fz-juelich.de
2026-07-24 08:20:43,758 - 192.168.0.65 - INFO [Shibboleth-Audit.SSO:333] - 192.168.0.65|2026-07-24T06:20:36.390102547Z|2026-07-24T06:20:43.758788333Z|username|url_sp2|_56264edd9fa19a5630ff3b674b13ba2b|https://refeds.org/profile/mfa|2026-07-24T06:20:43.566541476Z|eduPersonEntitlement,mail,displayName,givenName,cn,o,eduPersonAssurance,uid,samlPairwiseID,eduPersonScopedAffiliation,eduPersonTargetedID,schacHomeOrganization,eduPersonPrincipalName,sn|username@fz-juelich.de|emailAddress|false|true|AES128-CBC|Redirect|POST||Success||d57f40aafe598739411e51fe2993d4a4983e05b11d389acd60085a20906fff62|Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/150.0.0.0 Safari/537.36
2026-07-24 08:43:44,778 - 192.168.0.65 - DEBUG [net.shibboleth.idp.session.impl.PopulateSessionContext:140] - Profile Action PopulateSessionContext: No session found for client
2026-07-24 08:44:06,154 - 192.168.0.65 - INFO [de.zedat.fudis.shibboleth.idp.plugin.authn.fudiscr.client.edumfa.impl.EduMfaChallengeResponseClient:713] - CRClient EduMfaChallengeResponseClient: Validation of (userless) webauthn response returns user 'username at users'.
2026-07-24 08:44:06,155 - 192.168.0.65 - DEBUG [net.shibboleth.idp.session.impl.DetectIdentitySwitch:142] - Profile Action DetectIdentitySwitch: No previous session found, nothing to do
2026-07-24 08:44:06,155 - 192.168.0.65 - INFO [net.shibboleth.idp.authn.impl.FinalizeAuthentication:205] - Profile Action FinalizeAuthentication: Principal username authenticated
2026-07-24 08:44:06,155 - 192.168.0.65 - DEBUG [net.shibboleth.idp.session.impl.UpdateSessionWithAuthenticationResult:223] - Profile Action UpdateSessionWithAuthenticationResult: Creating new session for principal username
2026-07-24 08:44:06,249 - 192.168.0.65 - DEBUG [net.shibboleth.idp.session.impl.StorageBackedSessionManager:538] - Created new session 7c5bae447848a2868a82e8a17e013bad926bfb7e9d8b8c2d51b8fb9b578f24ec for principal username
2026-07-24 08:44:06,249 - 192.168.0.65 - DEBUG [net.shibboleth.idp.session.impl.StorageBackedIdPSession:575] - Saving AuthenticationResult for flow authn/MFA in session 7c5bae447848a2868a82e8a17e013bad926bfb7e9d8b8c2d51b8fb9b578f24ec
2026-07-24 08:44:06,332 - 192.168.0.65 - DEBUG [net.shibboleth.idp.session.impl.UpdateSessionWithSPSession:149] - Profile Action UpdateSessionWithSPSession: Adding new SPSession for relying party url_sp1 to existing session 7c5bae447848a2868a82e8a17e013bad926bfb7e9d8b8c2d51b8fb9b578f24ec
2026-07-24 08:44:06,332 - 192.168.0.65 - DEBUG [net.shibboleth.idp.session.impl.StorageBackedIdPSession:677] - Saving SPSession for service url_sp1 in session 7c5bae447848a2868a82e8a17e013bad926bfb7e9d8b8c2d51b8fb9b578f24ec
2026-07-24 08:44:06,332 - 192.168.0.65 - DEBUG [net.shibboleth.idp.session.SPSessionSerializerRegistry:97] - Registry located StorageSerializer of type 'net.shibboleth.idp.saml.session.impl.SAML2SPSessionSerializer' for SPSession type 'class net.shibboleth.idp.saml.session.SAML2SPSession'
2026-07-24 08:44:06,397 - 192.168.0.65 - DEBUG [net.shibboleth.idp.session.impl.StorageBackedSessionManager:654] - Maintaining secondary index for service ID url_sp1 and key AAhzZWNyZXQzOZoM8/HV6BbRSlkHNlNnx4dCB3j/dPApGuKVDMhyVgy+K1j+PNc4tFd4BuRtjJST3f3H4as1NKQGQrRC7vmIps2FhiehutO+snGk8yWnrgEickmZFcsoArtwDTnwyS0XkrAA/lHgmfOAn1H0RaV+0QKT2mezZhPV7jamTdANhXLItzCIAtTWtAU=
2026-07-24 08:44:06,441 - 192.168.0.65 - WARN [org.opensaml.saml.common.binding.SAMLBindingSupport:103] - Relay state exceeds 80 bytes: fzj_idp,index.py?start_url=[censored]
2026-07-24 08:44:06,443 - 192.168.0.65 - INFO [Shibboleth-Audit.SSO:333] - 192.168.0.65|2026-07-24T06:43:44.770384633Z|2026-07-24T06:44:06.443247648Z|username|url_sp1|_e9e9fb119e864b98ef4fa1dbd6f5b76f|https://refeds.org/profile/mfa|2026-07-24T06:44:06.154459677Z|eduPersonEntitlement,mail,displayName,givenName,cn,o,eduPersonAssurance,uid,samlPairwiseID,eduPersonScopedAffiliation,eduPersonTargetedID,schacHomeOrganization,eduPersonPrincipalName,sn|AAhzZWNyZXQzOZoM8/HV6BbRSlkHNlNnx4dCB3j/dPApGuKVDMhyVgy+K1j+PNc4tFd4BuRtjJST3f3H4as1NKQGQrRC7vmIps2FhiehutO+snGk8yWnrgEickmZFcsoArtwDTnwyS0XkrAA/lHgmfOAn1H0RaV+0QKT2mezZhPV7jamTdANhXLItzCIAtTWtAU=|transient|false|true|AES128-GCM|POST|POST||Success||7c5bae447848a2868a82e8a17e013bad926bfb7e9d8b8c2d51b8fb9b578f24ec|Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/150.0.0.0 Safari/537.36
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 5517 bytes
Desc: not available
URL: <http://shibboleth.net/pipermail/users/attachments/20260724/52bc8c11/attachment.p7s>
More information about the users
mailing list