Shib 3.x & alternate credentials
Cantor, Scott
cantor.2 at osu.edu
Wed Oct 28 12:46:33 EDT 2015
On 10/28/15, 12:40 PM, "users on behalf of Cantor, Scott" <users-bounces at shibboleth.net on behalf of cantor.2 at osu.edu> wrote:
>
>I expected that. There really is no explanation but that the entityIDs don't match.
Or the override(s) aren't even being loaded.
Either way, the DEBUG log should show it evaluating each override (code is below):
for (final RelyingPartyConfiguration configuration : rpConfigurations) {
log.debug("Checking if relying party configuration {} is applicable", configuration.getId());
if (configuration.apply(context)) {
log.debug("Relying party configuration {} is applicable", configuration.getId());
matches.add(configuration);
} else {
log.debug("Relying party configuration {} is not applicable", configuration.getId());
}
}
See if that sort of log activity is showing up.
-- Scott
More information about the users
mailing list