Upgrading old v2 IdP, lots of deprecated/unsupported messages
Ian Bobbitt
ibobbitt at grnoc.iu.edu
Thu Apr 28 16:37:41 EDT 2016
Hi,
I'm working on upgrading a rather old v2 IdP to the latest v3, and I'm getting a lot of deprecated and unsupported log
messages.
I have very modest requirements. I need to accept the REMOTE_USER proxied from Apache (integrating with a different
SSO), and send eduPersonPrincipalName to a small list of SPs under our control.
Should I spend time cleaning this up, or will I be better served starting from a fresh v3 IdP install with the same
Entity ID and key/cert? I do have this upgraded test IdP working, but the warnings are worrying and will add to
confusion later.
-- Ian
2016-04-28 20:20:26,795 - INFO [net.shibboleth.idp.log.LogbackLoggingService:240] - Shibboleth IdP Version 3.2.1
2016-04-28 20:20:26,822 - INFO [net.shibboleth.idp.log.LogbackLoggingService:241] - Java version='1.8.0_77'
vendor='Oracle Corporation'
2016-04-28 20:20:26,855 - INFO [net.shibboleth.utilities.java.support.service.AbstractReloadableService:199] - Service
'shibboleth.LoggingService': Reload time set to: 300000, starting refresh thread
2016-04-28 20:20:26,979 - INFO [org.opensaml.core.config.InitializationService:48] - Initializing OpenSAML using the
Java Services API
2016-04-28 20:20:29,338 - INFO [org.opensaml.xmlsec.algorithm.AlgorithmRegistry:206] - Algorithm failed runtime support
check, will not be usable: http://www.w3.org/2001/04/xmlenc#ripemd160
2016-04-28 20:20:29,348 - INFO [org.opensaml.xmlsec.algorithm.AlgorithmRegistry:206] - Algorithm failed runtime support
check, will not be usable: http://www.w3.org/2001/04/xmldsig-more#hmac-ripemd160
2016-04-28 20:20:29,403 - INFO [org.opensaml.xmlsec.algorithm.AlgorithmRegistry:206] - Algorithm failed runtime support
check, will not be usable: http://www.w3.org/2001/04/xmldsig-more#rsa-ripemd160
2016-04-28 20:20:30,620 - INFO [net.shibboleth.utilities.java.support.service.AbstractReloadableService:172] - Service
'shibboleth.AttributeFilterService': Performing initial load
2016-04-28 20:20:30,621 - INFO [net.shibboleth.utilities.java.support.service.AbstractReloadableService:258] - Service
'shibboleth.AttributeFilterService': Reloading service configuration
2016-04-28 20:20:30,643 - INFO [net.shibboleth.ext.spring.util.SchemaTypeAwareXMLBeanDefinitionReader:317] - Loading XML
bean definitions from file [/opt/shibboleth-idp/conf/attribute-filter.xml]
2016-04-28 20:20:30,826 - WARN [net.shibboleth.idp.attribute.filter.spring.impl.AbstractWarningFilterParser:70] -
Configuration contains at least one element in the deprecated 'urn:mace:shibboleth:2.0:afp:mf:basic' namespace.
2016-04-28 20:20:30,858 - INFO [net.shibboleth.ext.spring.context.FilesystemGenericApplicationContext:577] - Refreshing
ApplicationContext:shibboleth.AttributeFilterService: startup date [Thu Apr 28 20:20:30 UTC 2016]; parent: Root
WebApplicationContext
2016-04-28 20:20:31,076 - INFO [net.shibboleth.ext.spring.service.ReloadableSpringService:378] - Service
'shibboleth.AttributeFilterService': Completed reload and swapped in latest configuration for service
'shibboleth.AttributeFilterService'
2016-04-28 20:20:31,077 - INFO [net.shibboleth.ext.spring.service.ReloadableSpringService:385] - Service
'shibboleth.AttributeFilterService': Reload complete
2016-04-28 20:20:31,087 - INFO [net.shibboleth.utilities.java.support.service.AbstractReloadableService:199] - Service
'shibboleth.AttributeFilterService': Reload time set to: 900000, starting refresh thread
2016-04-28 20:20:31,096 - INFO [net.shibboleth.utilities.java.support.service.AbstractReloadableService:172] - Service
'shibboleth.AttributeResolverService': Performing initial load
2016-04-28 20:20:31,097 - INFO [net.shibboleth.utilities.java.support.service.AbstractReloadableService:258] - Service
'shibboleth.AttributeResolverService': Reloading service configuration
2016-04-28 20:20:31,122 - INFO [net.shibboleth.ext.spring.util.SchemaTypeAwareXMLBeanDefinitionReader:317] - Loading XML
bean definitions from file [/opt/shibboleth-idp/conf/attribute-resolver.xml]
2016-04-28 20:20:31,254 - INFO [net.shibboleth.idp.attribute.resolver.spring.BaseResolverPluginParser:59] - Parsing
configuration for AttributeDefinition plugin with id: eduPersonPrincipalName
2016-04-28 20:20:31,255 - INFO [net.shibboleth.idp.attribute.resolver.spring.ResolverPluginDependencyParser:54] -
Parsing configuration for Dependency with pluginId: myLDAP
2016-04-28 20:20:31,268 - INFO [net.shibboleth.idp.attribute.resolver.spring.BaseResolverPluginParser:59] - Parsing
configuration for AttributeDefinition plugin with id: transientId
2016-04-28 20:20:31,273 - WARN
[net.shibboleth.idp.attribute.resolver.spring.ad.impl.TransientIdAttributeDefinitionParser:79] - Attribute Definition
'transientId': This feature is DEPRECATED in favor of a TransientSAML2NameIDGenerator
2016-04-28 20:20:31,285 - INFO [net.shibboleth.idp.attribute.resolver.spring.BaseResolverPluginParser:59] - Parsing
configuration for DataConnector plugin with id: myLDAP
2016-04-28 20:20:31,324 - WARN
[net.shibboleth.idp.attribute.resolver.spring.pc.impl.AbstractPrincipalConnectorParser:61] - PrincipalConnector feature
is DEPRECATED in favor of subject c14n flows
2016-04-28 20:20:31,327 - WARN
[net.shibboleth.idp.attribute.resolver.spring.pc.impl.AbstractPrincipalConnectorParser:61] - PrincipalConnector feature
is DEPRECATED in favor of subject c14n flows
2016-04-28 20:20:31,328 - WARN
[net.shibboleth.idp.attribute.resolver.spring.pc.impl.AbstractPrincipalConnectorParser:61] - PrincipalConnector feature
is DEPRECATED in favor of subject c14n flows
2016-04-28 20:20:31,329 - INFO [net.shibboleth.ext.spring.context.FilesystemGenericApplicationContext:577] - Refreshing
ApplicationContext:shibboleth.AttributeResolverService: startup date [Thu Apr 28 20:20:31 UTC 2016]; parent: Root
WebApplicationContext
2016-04-28 20:20:32,606 - INFO [net.shibboleth.ext.spring.service.ReloadableSpringService:378] - Service
'shibboleth.AttributeResolverService': Completed reload and swapped in latest configuration for service
'shibboleth.AttributeResolverService'
2016-04-28 20:20:32,607 - INFO [net.shibboleth.ext.spring.service.ReloadableSpringService:385] - Service
'shibboleth.AttributeResolverService': Reload complete
2016-04-28 20:20:32,620 - INFO [net.shibboleth.utilities.java.support.service.AbstractReloadableService:199] - Service
'shibboleth.AttributeResolverService': Reload time set to: 900000, starting refresh thread
2016-04-28 20:20:32,629 - INFO [net.shibboleth.utilities.java.support.service.AbstractReloadableService:172] - Service
'shibboleth.NameIdentifierGenerationService': Performing initial load
2016-04-28 20:20:32,630 - INFO [net.shibboleth.utilities.java.support.service.AbstractReloadableService:258] - Service
'shibboleth.NameIdentifierGenerationService': Reloading service configuration
2016-04-28 20:20:32,652 - INFO [net.shibboleth.ext.spring.util.SchemaTypeAwareXMLBeanDefinitionReader:317] - Loading XML
bean definitions from file [/opt/shibboleth-idp/conf/saml-nameid.xml]
2016-04-28 20:20:32,707 - INFO [net.shibboleth.ext.spring.util.SchemaTypeAwareXMLBeanDefinitionReader:317] - Loading XML
bean definitions from file [/opt/shibboleth-idp/system/conf/saml-nameid-system.xml]
2016-04-28 20:20:32,732 - INFO [net.shibboleth.ext.spring.context.FilesystemGenericApplicationContext:577] - Refreshing
ApplicationContext:shibboleth.NameIdentifierGenerationService: startup date [Thu Apr 28 20:20:32 UTC 2016]; parent: Root
WebApplicationContext
2016-04-28 20:20:32,929 - INFO [net.shibboleth.ext.spring.service.ReloadableSpringService:378] - Service
'shibboleth.NameIdentifierGenerationService': Completed reload and swapped in latest configuration for service
'shibboleth.NameIdentifierGenerationService'
2016-04-28 20:20:32,943 - INFO [net.shibboleth.ext.spring.service.ReloadableSpringService:385] - Service
'shibboleth.NameIdentifierGenerationService': Reload complete
2016-04-28 20:20:32,955 - INFO [net.shibboleth.utilities.java.support.service.AbstractReloadableService:199] - Service
'shibboleth.NameIdentifierGenerationService': Reload time set to: 900000, starting refresh thread
2016-04-28 20:20:32,965 - INFO [net.shibboleth.utilities.java.support.service.AbstractReloadableService:172] - Service
'shibboleth.RelyingPartyResolverService': Performing initial load
2016-04-28 20:20:32,989 - INFO [net.shibboleth.utilities.java.support.service.AbstractReloadableService:258] - Service
'shibboleth.RelyingPartyResolverService': Reloading service configuration
2016-04-28 20:20:32,993 - INFO [net.shibboleth.ext.spring.util.SchemaTypeAwareXMLBeanDefinitionReader:317] - Loading XML
bean definitions from file [/opt/shibboleth-idp/conf/relying-party.xml]
2016-04-28 20:20:33,264 - WARN
[net.shibboleth.idp.profile.spring.relyingparty.metadata.impl.ResourceBackedMetadataProviderParser:149] - file
[/opt/shibboleth-idp/conf/relying-party.xml]: FilesystemResource is deprecated. consider using FilesystemMetadataProvider
2016-04-28 20:20:33,270 - WARN
[net.shibboleth.idp.profile.spring.relyingparty.metadata.filter.impl.SignatureValidationParser:128] - file
[/opt/shibboleth-idp/conf/relying-party.xml] Use of the attribute 'requireSignedMetadata' is deprecated, use
'requireSignedRoot' instead
2016-04-28 20:20:33,317 - WARN
[net.shibboleth.idp.profile.spring.relyingparty.security.credential.impl.X509ResourceCredentialParser:53] - Credential
type 'X509Filesystem' has been deprecated; use the compatible Credential type 'X509ResourceBacked'
2016-04-28 20:20:33,339 - WARN
[net.shibboleth.idp.profile.spring.relyingparty.security.credential.impl.X509ResourceCredentialParser:53] - Credential
type 'X509Filesystem' has been deprecated; use the compatible Credential type 'X509ResourceBacked'
2016-04-28 20:20:33,361 - WARN
[net.shibboleth.idp.profile.spring.relyingparty.security.trustengine.impl.UnsupportedTrustEngineParser:71] -
Configuration file [/opt/shibboleth-idp/conf/relying-party.xml] contained unsupported Trust Engine type
{urn:mace:shibboleth:2.0:security}MetadataExplicitKeySignature. This has been ignored.
2016-04-28 20:20:33,362 - WARN
[net.shibboleth.idp.profile.spring.relyingparty.security.trustengine.impl.UnsupportedTrustEngineParser:71] -
Configuration file [/opt/shibboleth-idp/conf/relying-party.xml] contained unsupported Trust Engine type
{urn:mace:shibboleth:2.0:security}MetadataPKIXSignature. This has been ignored.
2016-04-28 20:20:33,364 - WARN
[net.shibboleth.idp.profile.spring.relyingparty.security.trustengine.impl.UnsupportedTrustEngineParser:71] -
Configuration file [/opt/shibboleth-idp/conf/relying-party.xml] contained unsupported Trust Engine type
{urn:mace:shibboleth:2.0:security}MetadataExplicitKey. This has been ignored.
2016-04-28 20:20:33,364 - WARN
[net.shibboleth.idp.profile.spring.relyingparty.security.trustengine.impl.UnsupportedTrustEngineParser:71] -
Configuration file [/opt/shibboleth-idp/conf/relying-party.xml] contained unsupported Trust Engine type
{urn:mace:shibboleth:2.0:security}MetadataPKIXX509Credential. This has been ignored.
2016-04-28 20:20:33,365 - WARN [net.shibboleth.idp.profile.spring.relyingparty.impl.RelyingPartyGroupParser:105] - file
[/opt/shibboleth-idp/conf/relying-party.xml]: 7 occurrence(s) of unsupported <SecurityPolicy/> elements have been ignored
2016-04-28 20:20:33,366 - INFO [net.shibboleth.ext.spring.util.SchemaTypeAwareXMLBeanDefinitionReader:317] - Loading XML
bean definitions from file [/opt/shibboleth-idp/system/conf/legacy-relying-party-defaults.xml]
2016-04-28 20:20:33,397 - INFO [net.shibboleth.ext.spring.context.FilesystemGenericApplicationContext:577] - Refreshing
ApplicationContext:shibboleth.RelyingPartyResolverService: startup date [Thu Apr 28 20:20:33 UTC 2016]; parent: Root
WebApplicationContext
2016-04-28 20:20:33,660 - INFO [net.shibboleth.utilities.java.support.service.AbstractReloadableService:172] - Service
'shibboleth.MetadataResolverService': Performing initial load
2016-04-28 20:20:33,661 - INFO [net.shibboleth.utilities.java.support.service.AbstractReloadableService:258] - Service
'shibboleth.MetadataResolverService': Reloading service configuration
2016-04-28 20:20:33,689 - INFO [net.shibboleth.ext.spring.util.SchemaTypeAwareXMLBeanDefinitionReader:317] - Loading XML
bean definitions from file [/opt/shibboleth-idp/conf/metadata-providers.xml]
2016-04-28 20:20:33,858 - WARN
[net.shibboleth.idp.profile.spring.relyingparty.metadata.impl.ResourceBackedMetadataProviderParser:149] - file
[/opt/shibboleth-idp/conf/metadata-providers.xml]: FilesystemResource is deprecated. consider using
FilesystemMetadataProvider
2016-04-28 20:20:33,860 - WARN
[net.shibboleth.idp.profile.spring.relyingparty.metadata.filter.impl.SignatureValidationParser:128] - file
[/opt/shibboleth-idp/conf/metadata-providers.xml] Use of the attribute 'requireSignedMetadata' is deprecated, use
'requireSignedRoot' instead
2016-04-28 20:20:33,861 - WARN
[net.shibboleth.idp.profile.spring.relyingparty.security.credential.impl.X509ResourceCredentialParser:53] - Credential
type 'X509Filesystem' has been deprecated; use the compatible Credential type 'X509ResourceBacked'
2016-04-28 20:20:33,862 - WARN
[net.shibboleth.idp.profile.spring.relyingparty.security.credential.impl.X509ResourceCredentialParser:53] - Credential
type 'X509Filesystem' has been deprecated; use the compatible Credential type 'X509ResourceBacked'
2016-04-28 20:20:33,863 - WARN
[net.shibboleth.idp.profile.spring.relyingparty.security.trustengine.impl.UnsupportedTrustEngineParser:71] -
Configuration file [/opt/shibboleth-idp/conf/metadata-providers.xml] contained unsupported Trust Engine type
{urn:mace:shibboleth:2.0:security}MetadataExplicitKeySignature. This has been ignored.
2016-04-28 20:20:33,864 - WARN
[net.shibboleth.idp.profile.spring.relyingparty.security.trustengine.impl.UnsupportedTrustEngineParser:71] -
Configuration file [/opt/shibboleth-idp/conf/metadata-providers.xml] contained unsupported Trust Engine type
{urn:mace:shibboleth:2.0:security}MetadataPKIXSignature. This has been ignored.
2016-04-28 20:20:33,865 - WARN
[net.shibboleth.idp.profile.spring.relyingparty.security.trustengine.impl.UnsupportedTrustEngineParser:71] -
Configuration file [/opt/shibboleth-idp/conf/metadata-providers.xml] contained unsupported Trust Engine type
{urn:mace:shibboleth:2.0:security}MetadataExplicitKey. This has been ignored.
2016-04-28 20:20:33,866 - WARN
[net.shibboleth.idp.profile.spring.relyingparty.security.trustengine.impl.UnsupportedTrustEngineParser:71] -
Configuration file [/opt/shibboleth-idp/conf/metadata-providers.xml] contained unsupported Trust Engine type
{urn:mace:shibboleth:2.0:security}MetadataPKIXX509Credential. This has been ignored.
2016-04-28 20:20:33,867 - WARN [net.shibboleth.idp.profile.spring.relyingparty.impl.RelyingPartyGroupParser:105] - file
[/opt/shibboleth-idp/conf/metadata-providers.xml]: 7 occurrence(s) of unsupported <SecurityPolicy/> elements have been
ignored
2016-04-28 20:20:33,887 - INFO [net.shibboleth.ext.spring.util.SchemaTypeAwareXMLBeanDefinitionReader:317] - Loading XML
bean definitions from file [/opt/shibboleth-idp/system/conf/metadata-providers-system.xml]
2016-04-28 20:20:33,912 - INFO [net.shibboleth.ext.spring.context.FilesystemGenericApplicationContext:577] - Refreshing
ApplicationContext:shibboleth.MetadataResolverService: startup date [Thu Apr 28 20:20:33 UTC 2016]; parent: Root
WebApplicationContext
2016-04-28 20:20:34,450 - WARN [org.opensaml.saml.metadata.resolver.impl.AbstractMetadataResolver:443] - Detected
duplicate EntityDescriptor for entityID: https://mon.ncren.net/shibboleth
2016-04-28 20:20:34,514 - INFO [org.opensaml.saml.metadata.resolver.impl.AbstractReloadingMetadataResolver:465] - New
metadata successfully loaded for '/opt/shibboleth-idp/metadata/idp-metadata.xml'
2016-04-28 20:20:34,516 - INFO [org.opensaml.saml.metadata.resolver.impl.AbstractReloadingMetadataResolver:306] - Next
refresh cycle for metadata provider '/opt/shibboleth-idp/metadata/idp-metadata.xml' will occur on
'2016-04-28T23:20:34.180Z' ('2016-04-28T23:20:34.180Z' local time)
2016-04-28 20:20:36,148 - INFO [org.opensaml.saml.metadata.resolver.impl.AbstractReloadingMetadataResolver:465] - New
metadata successfully loaded for 'http://shib.mcnc.org/NCREN-metadata.xml'
2016-04-28 20:20:36,150 - INFO [org.opensaml.saml.metadata.resolver.impl.AbstractReloadingMetadataResolver:306] - Next
refresh cycle for metadata provider 'http://shib.mcnc.org/NCREN-metadata.xml' will occur on '2016-04-28T23:20:35.461Z'
('2016-04-28T23:20:35.461Z' local time)
2016-04-28 20:20:36,302 - INFO [org.opensaml.saml.metadata.resolver.impl.AbstractReloadingMetadataResolver:465] - New
metadata successfully loaded for 'http://www.testshib.org/metadata/testshib-providers.xml'
2016-04-28 20:20:36,303 - INFO [org.opensaml.saml.metadata.resolver.impl.AbstractReloadingMetadataResolver:306] - Next
refresh cycle for metadata provider 'http://www.testshib.org/metadata/testshib-providers.xml' will occur on
'2016-04-28T23:20:36.218Z' ('2016-04-28T23:20:36.218Z' local time)
2016-04-28 20:20:36,486 - WARN [org.opensaml.saml.metadata.resolver.impl.AbstractMetadataResolver:443] - Detected
duplicate EntityDescriptor for entityID: https://mon.ncren.net/shibboleth
2016-04-28 20:20:36,487 - WARN [org.opensaml.saml.metadata.resolver.impl.AbstractMetadataResolver:443] - Detected
duplicate EntityDescriptor for entityID: https://snappng-01.grnoc.ncren.net/shibboleth
2016-04-28 20:20:36,511 - INFO [org.opensaml.saml.metadata.resolver.impl.AbstractReloadingMetadataResolver:465] - New
metadata successfully loaded for '/var/www/html/metadata/grnoc.xml'
2016-04-28 20:20:36,512 - INFO [org.opensaml.saml.metadata.resolver.impl.AbstractReloadingMetadataResolver:306] - Next
refresh cycle for metadata provider '/var/www/html/metadata/grnoc.xml' will occur on '2016-04-28T23:20:36.377Z'
('2016-04-28T23:20:36.377Z' local time)
2016-04-28 20:20:36,518 - INFO [net.shibboleth.ext.spring.service.ReloadableSpringService:378] - Service
'shibboleth.MetadataResolverService': Completed reload and swapped in latest configuration for service
'shibboleth.MetadataResolverService'
2016-04-28 20:20:36,519 - INFO [net.shibboleth.ext.spring.service.ReloadableSpringService:385] - Service
'shibboleth.MetadataResolverService': Reload complete
2016-04-28 20:20:37,269 - INFO [net.shibboleth.ext.spring.service.ReloadableSpringService:378] - Service
'shibboleth.RelyingPartyResolverService': Completed reload and swapped in latest configuration for service
'shibboleth.RelyingPartyResolverService'
2016-04-28 20:20:37,270 - INFO [net.shibboleth.ext.spring.service.ReloadableSpringService:385] - Service
'shibboleth.RelyingPartyResolverService': Reload complete
2016-04-28 20:20:37,282 - INFO [net.shibboleth.utilities.java.support.service.AbstractReloadableService:199] - Service
'shibboleth.RelyingPartyResolverService': Reload time set to: 900000, starting refresh thread
2016-04-28 20:20:37,324 - INFO [net.shibboleth.utilities.java.support.service.AbstractReloadableService:172] - Service
'shibboleth.ReloadableAccessControlService': Performing initial load
2016-04-28 20:20:37,324 - INFO [net.shibboleth.utilities.java.support.service.AbstractReloadableService:258] - Service
'shibboleth.ReloadableAccessControlService': Reloading service configuration
2016-04-28 20:20:37,326 - INFO [net.shibboleth.ext.spring.util.SchemaTypeAwareXMLBeanDefinitionReader:317] - Loading XML
bean definitions from file [/opt/shibboleth-idp/conf/access-control.xml]
2016-04-28 20:20:37,405 - INFO [net.shibboleth.ext.spring.util.SchemaTypeAwareXMLBeanDefinitionReader:317] - Loading XML
bean definitions from file [/opt/shibboleth-idp/system/conf/access-control-system.xml]
2016-04-28 20:20:37,421 - INFO [net.shibboleth.ext.spring.context.FilesystemGenericApplicationContext:577] - Refreshing
ApplicationContext:shibboleth.ReloadableAccessControlService: startup date [Thu Apr 28 20:20:37 UTC 2016]; parent: Root
WebApplicationContext
2016-04-28 20:20:37,491 - INFO [net.shibboleth.ext.spring.service.ReloadableSpringService:378] - Service
'shibboleth.ReloadableAccessControlService': Completed reload and swapped in latest configuration for service
'shibboleth.ReloadableAccessControlService'
2016-04-28 20:20:37,492 - INFO [net.shibboleth.ext.spring.service.ReloadableSpringService:385] - Service
'shibboleth.ReloadableAccessControlService': Reload complete
2016-04-28 20:20:37,506 - INFO [net.shibboleth.utilities.java.support.service.AbstractReloadableService:199] - Service
'shibboleth.ReloadableAccessControlService': Reload time set to: 300000, starting refresh thread
2016-04-28 20:20:37,516 - INFO [net.shibboleth.utilities.java.support.service.AbstractReloadableService:172] - Service
'shibboleth.ReloadableCASServiceRegistry': Performing initial load
2016-04-28 20:20:37,517 - INFO [net.shibboleth.utilities.java.support.service.AbstractReloadableService:258] - Service
'shibboleth.ReloadableCASServiceRegistry': Reloading service configuration
2016-04-28 20:20:37,533 - INFO [net.shibboleth.ext.spring.util.SchemaTypeAwareXMLBeanDefinitionReader:317] - Loading XML
bean definitions from file [/opt/shibboleth-idp/conf/cas-protocol.xml]
2016-04-28 20:20:37,562 - INFO [net.shibboleth.ext.spring.context.FilesystemGenericApplicationContext:577] - Refreshing
ApplicationContext:shibboleth.ReloadableCASServiceRegistry: startup date [Thu Apr 28 20:20:37 UTC 2016]; parent: Root
WebApplicationContext
2016-04-28 20:20:37,589 - INFO [net.shibboleth.ext.spring.service.ReloadableSpringService:378] - Service
'shibboleth.ReloadableCASServiceRegistry': Completed reload and swapped in latest configuration for service
'shibboleth.ReloadableCASServiceRegistry'
2016-04-28 20:20:37,590 - INFO [net.shibboleth.ext.spring.service.ReloadableSpringService:385] - Service
'shibboleth.ReloadableCASServiceRegistry': Reload complete
2016-04-28 20:20:37,620 - INFO [net.shibboleth.utilities.java.support.service.AbstractReloadableService:199] - Service
'shibboleth.ReloadableCASServiceRegistry': Reload time set to: 900000, starting refresh thread
2016-04-28 20:20:38,301 - INFO [net.shibboleth.ext.spring.context.DelimiterAwareApplicationContext:577] - Refreshing
WebApplicationContext for namespace 'idp-servlet': startup date [Thu Apr 28 20:20:38 UTC 2016]; parent: Root
WebApplicationContext
2016-04-28 20:20:39,946 - INFO [net.shibboleth.idp.authn.impl.RemoteUserAuthServlet:193] - RemoteUserAuthServlet will
process REMOTE_USER, along with attributes [] and headers []
More information about the users
mailing list