[JIRA] (SSPCPP-972) MemcacheStorageService support for Rocky Linux 8 in RPM Package

Luca Giucastro (Jira) jira at shibboleth.atlassian.net
Mon Mar 27 20:24:57 UTC 2023


Luca Giucastro ( https://shibboleth.atlassian.net/secure/ViewProfile.jspa?accountId=615e95e064ff0100716e61b7 ) *commented* on SSPCPP-972 ( https://shibboleth.atlassian.net/browse/SSPCPP-972?atlOrigin=eyJpIjoiODVlODY5OTNkNDZkNGEyMWI3MTJmNDYxNTcwYTE3ZjMiLCJwIjoiaiJ9 )

Re: MemcacheStorageService support for Rocky Linux 8 in RPM Package ( https://shibboleth.atlassian.net/browse/SSPCPP-972?atlOrigin=eyJpIjoiODVlODY5OTNkNDZkNGEyMWI3MTJmNDYxNTcwYTE3ZjMiLCJwIjoiaiJ9 )

I just checked the configuration.
all application overrides already have relayState="cookie" for security reasons.
What happens at point 3 (on returning from the idp) is the list of idps (DS) is re-presented, thus entering an infinite loop.

Looking at the log I see something like....

2023-03-27 19:47:12 INFO Shibboleth.SessionCache [1] [test2] : new session created: ID (_79b0a79f63ea36eb17d26e25158eb407)

but if I go to */test/Shibboleth.sso/Session* I see:

A valid session was not found.

as soon as I configure the instances as below (keeping relayState="cookie"), logins between balanced servers are always successful

<OutOfProcess tranLogFormat="%a|%ac|%app|%attr|%b|%d|%D|%E|%e|%i|%I|%IDP|%II|%L|%n|%p|%S|%s|%SM|%SP|%SS|%t|%u|%UA|%URI|%URL|%x">
	<Extensions>
		<Library path="memcache-store.so" fatal="true"/>
	</Extensions>
	</OutOfProcess>
	
	<StorageService type="MEMCACHE" id="mc" prefix="test-docker3:">
	  <Hosts>
		192.168.100.5:11211
	  </Hosts>
	</StorageService>
	
	<StorageService type="Memory" id="mem" cleanupInterval="900" />
	
	<SessionCache type="StorageService" StorageService="mc" cacheAssertions="false" inprocTimeout="900" cleanupInterval="900"/>
	<ReplayCache StorageService="mc "/>
	<ArtifactMap StorageService="mc" artifactTTL="180"/>

( https://shibboleth.atlassian.net/browse/SSPCPP-972#add-comment?atlOrigin=eyJpIjoiODVlODY5OTNkNDZkNGEyMWI3MTJmNDYxNTcwYTE3ZjMiLCJwIjoiaiJ9 ) Add Comment ( https://shibboleth.atlassian.net/browse/SSPCPP-972#add-comment?atlOrigin=eyJpIjoiODVlODY5OTNkNDZkNGEyMWI3MTJmNDYxNTcwYTE3ZjMiLCJwIjoiaiJ9 )

Get Jira notifications on your phone! Download the Jira Cloud app for Android ( https://play.google.com/store/apps/details?id=com.atlassian.android.jira.core&referrer=utm_source%3DNotificationLink%26utm_medium%3DEmail ) or iOS ( https://itunes.apple.com/app/apple-store/id1006972087?pt=696495&ct=EmailNotificationLink&mt=8 ) This message was sent by Atlassian Jira (v1001.0.0-SNAPSHOT#100219- sha1:0152477 )
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://shibboleth.net/pipermail/commits/attachments/20230327/781ae9f4/attachment-0001.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: jira-generated-image-static-comment-icon-5a770713-01b8-4518-b45a-240c193f9163
Type: image/png
Size: 1084 bytes
Desc: not available
URL: <http://shibboleth.net/pipermail/commits/attachments/20230327/781ae9f4/attachment-0003.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: jira-generated-image-avatar-eed61812-fec9-4f68-bfb9-67b685b611f5
Type: image/png
Size: 448 bytes
Desc: not available
URL: <http://shibboleth.net/pipermail/commits/attachments/20230327/781ae9f4/attachment-0004.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: jira-generated-image-static-footer-desktop-logo-2604273e-dd75-4745-aadc-aa3d7bbe2e2d
Type: image/png
Size: 10805 bytes
Desc: not available
URL: <http://shibboleth.net/pipermail/commits/attachments/20230327/781ae9f4/attachment-0005.png>


More information about the commits mailing list