Guest User

Necessary shibboleth2.xml changes for multiple frontends

a guest
Aug 16th, 2023
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. <SPConfig xmlns="urn:mace:shibboleth:3.0:native:sp:config"
  2. xmlns:conf="urn:mace:shibboleth:3.0:native:sp:config"
  3. clockSkew="180">
  4.  
  5. <OutOfProcess tranLogFormat="%u|%s|%IDP|%i|%ac|%t|%attr|%n|%b|%E|%S|%SS|%L|%UA|%a">
  6. <Extensions>
  7. <Library path="memcache-store.so" fatal="true"/>
  8. </Extensions>
  9. </OutOfProcess>
  10.  
  11. <StorageService type="MEMCACHE" id="mc" prefix="shib:">
  12. <Hosts>
  13. <host>:11211
  14. </Hosts>
  15. </StorageService>
  16.  
  17. <StorageService type="MEMCACHE" id="mc-ctx" prefix="shib:" buildMap="1">
  18. <Hosts>
  19. <host>:11211
  20. </Hosts>
  21. </StorageService>
  22.  
  23. ... The usual shibboleth2.xml from here
Advertisement
Add Comment
Please, Sign In to add comment