Need to modify AuthnContextClassRef in ExternalAuth

Cantor, Scott cantor.2 at osu.edu
Tue Dec 22 10:48:13 EST 2015


On 12/22/15, 10:43 AM, "users on behalf of Cantor, Scott" <users-bounces at shibboleth.net on behalf of cantor.2 at osu.edu> wrote:



>On 12/22/15, 10:38 AM, "users on behalf of Cantor, Scott" <users-bounces at shibboleth.net on behalf of cantor.2 at osu.edu> wrote:
>
>>Logging isn't quite getting what I need yet, I think you'd need to add this:
>>
>><logger name="org.opensaml.storage" level="DEBUG"/>
>
>TRACE, actually.

Here are the key log entries that should show up (the first and last line are just bounding the interesting ones related to initializing the storage state).

If those show up and the error still manifests, then I think we're looking at a container imcompatibility, so my next question would be what the container is and whether this is real Java or not.

-- Scott

2015-12-22 10:44:12,247 - DEBUG [org.opensaml.saml.common.profile.impl.VerifyChannelBindings:154] - Profile Action VerifyChannelBindings: No channel bindings found to verify, nothing to do
2015-12-22 10:44:12,252 - DEBUG [org.opensaml.storage.impl.client.PopulateClientStorageLoadContext:120] - Profile Action PopulateClientStorageLoadContext: ClientStorageServices requiring load: [shibboleth.ClientSessionStorageService, shibboleth.ClientPersistentStorageService]
2015-12-22 10:44:12,254 - DEBUG [org.opensaml.storage.impl.client.LoadClientStorageServices:203] - Profile Action LoadClientStorageServices: No cookie data present, initializing StorageService 'shibboleth.ClientSessionStorageService' to empty state
2015-12-22 10:44:12,255 - TRACE [org.opensaml.storage.impl.client.ClientStorageService:411] - StorageService shibboleth.ClientSessionStorageService: Initializing empty storage state into session
2015-12-22 10:44:12,255 - DEBUG [org.opensaml.storage.impl.client.LoadClientStorageServices:203] - Profile Action LoadClientStorageServices: No cookie data present, initializing StorageService 'shibboleth.ClientPersistentStorageService' to empty state
2015-12-22 10:44:12,256 - TRACE [org.opensaml.storage.impl.client.ClientStorageService:411] - StorageService shibboleth.ClientPersistentStorageService: Initializing empty storage state into session
2015-12-22 10:44:12,257 - DEBUG [net.shibboleth.idp.saml.profile.impl.InitializeAuthenticationContext:115] - Profile Action InitializeAuthenticationContext: Created authentication context: AuthenticationContext{initiationInstant=2015-12-22T10:44:12.257-05:00, isPassive=false, forceAuthn=false, hintedName=null, potentialFlows=[], activeResults=[], attemptedFlow=null, signaledFlowId=null, authenticationStateMap={}, resultCacheable=true, initialAuthenticationResult=null, authenticationResult=null, completionInstant=1969-12-31T19:00:00.000-05:00}




More information about the users mailing list